diff --git a/APKBUILD b/APKBUILD index 26d52a8..7b22716 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: LinuxSquare pkgname=pterodactyl-panel-compose pkgver=1.11.10 -pkgrel=6 +pkgrel=7 pkgdesc="The Pterodactyl Panel" arch="x86_64" url="https://pterodactyl.io/" diff --git a/Makefile b/Makefile index 4a47207..581de86 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHARE_DIR=$(PREFIX)/share APP_TIMEZONE=$(shell readlink /etc/localtime | awk -F'/' '{print $$(NF-1)"/"$$(NF)}') MYSQL_PASSWORD=$(shell head /dev/urandom | tr -dc 'A-Za-z0-9!?,.$%&+-:<=>@_' | head -c32) MYSQL_ROOT_PASSWORD=$(shell head /dev/urandom | tr -dc 'A-Za-z0-9!?,.$%&+-:<=>@_' | head -c32) -RANDOM_STRING=$(shell tr -dc '0-9!#&'\''+,-./:;<=>?@\^_|~'