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:38:32 +01:00
parent c57294ada8
commit 949b8fb57d
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 then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
pushd $final_path pushd $final_path
git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && $phpversion artisan migrate git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && php$version artisan migrate
popd popd
fi fi