diff --git a/APKBUILD b/APKBUILD index 7705b95..e085c87 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: LinuxSquare pkgname=pterodactyl-panel-compose pkgver=1.11.10 -pkgrel=3 +pkgrel=4 pkgdesc="The Pterodactyl Panel" arch="x86_64" url="https://pterodactyl.io/" diff --git a/Makefile b/Makefile index 61ecbb4..c1be6e2 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ install-compose: sed -i "s|%MYSQL_PASSWORD%|$(MYSQL_PASSWORD)|g" "$(DESTDIR)$(SHARE_DIR)/pterodactyl-panel/pterodactyl-panel.sh" sed -i "s|%MYSQL_ROOT_PASSWORD%|$(MYSQL_ROOT_PASSWORD)|g" "$(DESTDIR)$(SHARE_DIR)/pterodactyl-panel/pterodactyl-panel.sh" sed -i "s|%SHARE_DIR%|$(SHARE_DIR)/pterodactyl-panel|g" "$(DESTDIR)$(SHARE_DIR)/pterodactyl-panel/pterodactyl-panel.sh" + sed -i "s|%RANDOM_STRING%|$(shell tr -dc '0-9!#&'\''+,-./:;<=>?@\^_|~'