Install script correction : enter directory
This commit is contained in:
parent
b8be1dc81a
commit
2b89f1c5d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue