This commit is contained in:
liberodark 2019-01-02 19:58:22 +01:00
parent db9f33b0ba
commit cec976df52

View file

@ -165,7 +165,6 @@ db_name=$(ynh_sanitize_dbid $app)
(
cd $final_path && chmod -R 755 storage/* bootstrap/cache/
#cd $final_path && composer install --no-dev --optimize-autoloader
cp /var/www/html/pterodactyl/.dev/vagrant/.env.vagrant /var/www/html/pterodactyl/.env
chmod -R 755 storage/* bootstrap/cache
composer install --no-progress
cd $final_path && php artisan key:generate --force