diff --git a/scripts/remove b/scripts/remove index b42dc60..a037124 100644 --- a/scripts/remove +++ b/scripts/remove @@ -12,7 +12,6 @@ source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS #================================================= -ynh_script_progression --message="Loading installation settings..." --weight=2 with_mysql=$(ynh_app_setting_get --app=$app --key=with_mysql) with_sftp=$(ynh_app_setting_get --app=$app --key=with_sftp) diff --git a/scripts/upgrade b/scripts/upgrade index d1e5518..a8d9a3e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -76,7 +76,6 @@ ynh_maintenance_mode_ON #================================================= # NGINX CONFIGURATION #================================================= - ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=2 # Prepare nginx.conf @@ -94,7 +93,7 @@ ynh_add_nginx_config #================================================= # CREATE DEDICATED USER #================================================= -#REMOVEME? ynh_script_progression --message="Making sure dedicated system user exists..." --weight=2 +ynh_script_progression --message="Making sure dedicated system user exists..." --weight=2 if [ $with_sftp -eq 1 ] then