Install script correction : enter directory

This commit is contained in:
frju365 2019-01-02 22:13:18 +01:00
parent b8be1dc81a
commit 2b89f1c5d1
No known key found for this signature in database
GPG key ID: 59BFB76C5925FC73

View file

@ -165,7 +165,7 @@ ynh_setup_source "$final_path"
# Install Pterodactyl
#==============================================
chmod -R 755 storage/* bootstrap/cache
chmod -R 755 $final_path/storage/* $final_path/bootstrap/cache
composer install --no-progress
php artisan key:generate --force
php artisan migrate