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

Update upgrade

This commit is contained in:
ericgaspar 2021-02-26 00:12:36 +01:00
parent c1bde118f1
commit 285f69c7a4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -260,8 +260,7 @@ then
ynh_script_progression --message="Updating $app core..." --weight=4 ynh_script_progression --message="Updating $app core..." --weight=4
( cd "$final_path" ( cd "$final_path"
ynh_exec_warn ./bin/update.sh --version=$oldversion -y ynh_exec_warn ./bin/update.sh --version=$oldversion -y)
sudo -u $app php$phpversion composer.phar update --no-dev)
fi fi
#================================================= #=================================================