From 3241f4b32e2f91d7e473f02189c07aa2197bc076 Mon Sep 17 00:00:00 2001 From: HeyJack Date: Tue, 13 Oct 2020 05:50:31 +0100 Subject: [PATCH] Fix 0.7 upgrade to 1.0 --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 76353e1..283e4ff 100644 --- a/install.sh +++ b/install.sh @@ -986,6 +986,8 @@ upgrade_pterodactyl_1.0(){ cd /var/www/pterodactyl php artisan down curl -L https://github.com/pterodactyl/panel/releases/download/v1.0.1/panel.tar.gz | tar --strip-components=1 -xzv + rm -rf $(find app public resources -depth | head -n -1 | grep -Fv "$(tar -tf panel.tar.gz)") + tar -xzvf panel.tar.gz && rm -f panel.tar.gz chmod -R 755 storage/* bootstrap/cache composer install --no-dev --optimize-autoloader php artisan view:clear