From 9616d0da27965904a5988f72353c40a53db2d9c6 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 24 Apr 2021 10:35:12 +0200 Subject: [PATCH] Remove all --time flags --- scripts/install | 2 +- scripts/remove | 4 ++-- scripts/upgrade | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index ffc60ea..d4c6121 100644 --- a/scripts/install +++ b/scripts/install @@ -157,7 +157,7 @@ chown -R $app: $final_path #================================================= # SETUP LOGROTATE #================================================= -ynh_script_progression --message="Configuring log rotation..." --time --weight=1 +ynh_script_progression --message="Configuring log rotation..." --weight=1 # Use logrotate to manage application logfile(s) ynh_use_logrotate diff --git a/scripts/remove b/scripts/remove index ae00f83..acf5d08 100644 --- a/scripts/remove +++ b/scripts/remove @@ -45,7 +45,7 @@ apt-get remove jellyfin-ffmpeg -y #================================================= # REMOVE APP DIRECTORIES #================================================= -ynh_script_progression --message="Removing app directories..." --time --weight=1 +ynh_script_progression --message="Removing app directories..." --weight=1 # Remove the app directory securely ynh_secure_remove --file="$final_path" @@ -63,7 +63,7 @@ ynh_remove_nginx_config #================================================= # REMOVE LOGROTATE CONFIGURATION #================================================= -ynh_script_progression --message="Removing logrotate configuration..." --time --weight=1 +ynh_script_progression --message="Removing logrotate configuration..." --weight=1 # Remove the app-specific logrotate config ynh_remove_logrotate diff --git a/scripts/upgrade b/scripts/upgrade index dd889d5..eb7410b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -176,7 +176,7 @@ chown -R $app: $final_path #================================================= # SETUP LOGROTATE #================================================= -ynh_script_progression --message="Configuring log rotation..." --time --weight=1 +ynh_script_progression --message="Configuring log rotation..." --weight=1 # Use logrotate to manage application logfile(s) ynh_use_logrotate --non-append