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:
parent
949b8fb57d
commit
c6a50f406f
1 changed files with 1 additions and 1 deletions
|
@ -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$version artisan migrate
|
||||
git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && php$phpversion artisan migrate
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue