1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

update artisan tasks in install to run non-interactive

This commit is contained in:
Sebastian Gumprich 2020-12-21 21:30:16 +01:00
parent 4dc04a4f04
commit dbcd034180

View file

@ -150,8 +150,8 @@ ynh_script_progression --message="Building the application..."
pushd "$final_path"
# Run the database migrations and initially fill the db
php$phpversion artisan migrate --no-interaction --verbose --force
php$phpversion artisan db:seed --force --no-interaction --verbose
php$phpversion artisan optimize --no-interaction --verbose
php$phpversion artisan migrate:fresh --seed --no-interaction --verbose --force
popd
#=================================================