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:
ericgaspar 2020-11-18 16:49:13 +01:00
parent aa21d2d428
commit 232a31b5bb
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -274,7 +274,8 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then then
ynh_script_progression --message="Upgrading $app with Carton..." --weight=4 ynh_script_progression --message="Upgrading $app with Carton..." --weight=4
(cd $final_path (cd $final_path
carton install 2>&1 | tee -a "/var/log/$app/setup_carton.log") ynh_secure_remove --file="$final_path/local"
carton install --deployment --without=mysql --without=htpasswd --without=test)
fi fi
#================================================= #=================================================