mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
fix: add composer update after good setup
This commit is contained in:
parent
9239647b62
commit
03829657e8
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
install_roundcube_with_plugins
|
install_roundcube_with_plugins
|
||||||
|
|
||||||
|
ynh_composer_exec --commands="update --no-dev"
|
||||||
|
|
||||||
# Migrate roundcube database
|
# Migrate roundcube database
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 ynh_exec_warn "php$phpversion" ./bin/update.sh --version=$oldversion -y
|
COMPOSER_ALLOW_SUPERUSER=1 ynh_exec_warn "php$phpversion" ./bin/update.sh --version=$oldversion -y
|
||||||
|
|
Loading…
Reference in a new issue