From 37d3e1feab3dc06e15b2207436ee4822a65ef622 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:28:30 +0100 Subject: [PATCH] Update pterodactyl-panel-install.sh --- install/pterodactyl-panel-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/pterodactyl-panel-install.sh b/install/pterodactyl-panel-install.sh index 37eeba8fb..42a9b2ce4 100644 --- a/install/pterodactyl-panel-install.sh +++ b/install/pterodactyl-panel-install.sh @@ -80,6 +80,7 @@ $STD php artisan p:user:make --no-interaction --admin=1 --email "$ADMIN_EMAIL" - echo "* * * * * php /opt/pterodactyl-panel/artisan schedule:run >> /dev/null 2>&1" | crontab -u www-data - chown -R www-data:www-data /opt/pterodactyl-panel/* chmod -R 755 /opt/pterodactyl-panel/storage/* /opt/pterodactyl-panel/bootstrap/cache/ +ln -s /opt/pterodactyl-panel /var/www/pterodactyl { echo "" echo "pterodactyl Admin Username: admin"