1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-12-01 22:51:30 +01:00
parent c6a50f406f
commit 6d37c3b060
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -61,7 +61,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..." --weight=1
pushd $final_path
git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && php$phpversion artisan migrate
git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && php$phpversion artisan migrate --no-interaction --force
popd
fi