From aeb9ac274a00923614206c53dd9044699958ec83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:24:51 +0200 Subject: [PATCH] cleaning --- scripts/remove | 1 - scripts/upgrade | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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