diff --git a/scripts/upgrade b/scripts/upgrade index 4e0c836..0fc7c91 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,13 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# LOAD SETTINGS -#================================================= -ynh_script_progression --message="Loading installation settings..." --weight=3 - -user_home=$(ynh_app_setting_get --app=$app --key=user_home) - #================================================= # CHECK VERSION #=================================================