mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update upgrade
This commit is contained in:
parent
31f00b410b
commit
8f0a965784
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,7 @@ yunohost service add $app --description="Responsive web-based XMPP client" --log
|
|||
|
||||
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
|
||||
|
||||
ynh_composer_exec --phpversion=phpversion --workdir=$final_path --commands="update"
|
||||
#ynh_composer_exec --phpversion=phpversion --workdir=$final_path --commands="update"
|
||||
|
||||
#=================================================
|
||||
# Set-up database
|
||||
|
@ -163,6 +163,7 @@ ynh_composer_exec --phpversion=phpversion --workdir=$final_path --commands="upda
|
|||
ynh_script_progression --message="Configuring database.." --weight=1
|
||||
|
||||
pushd $final_path
|
||||
composer update --lock
|
||||
php$phpversion composer.phar movim:migrate --quiet
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue