1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-04-16 17:19:19 +02:00
parent d2fe384b0e
commit 4dd19ae0ca

View file

@ -145,7 +145,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading $app with Carton..." --weight=4
pushd "$install_dir"
#REMOVEME? ynh_secure_remove --file="$install_dir/local"
ynh_secure_remove --file="$install_dir/local"
carton install --without=mysql --without=htpasswd --without=test
popd
fi