From b59213c8fad7203cc0830e4dfbc15f4fe5e3198b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 8 Nov 2020 17:17:44 +0100 Subject: [PATCH] Remove extra --time --- scripts/install | 2 +- scripts/remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b6283d6..6dd3a56 100644 --- a/scripts/install +++ b/scripts/install @@ -142,7 +142,7 @@ sleep 5 #================================================= # SETUP SSOWAT #================================================= -ynh_script_progression --message="Configuring SSOwat..." --time --weight=2 +ynh_script_progression --message="Configuring SSOwat..." --weight=2 # Make app public if necessary if [ $is_public -eq 1 ] diff --git a/scripts/remove b/scripts/remove index 5ea9661..f4aaac5 100644 --- a/scripts/remove +++ b/scripts/remove @@ -81,4 +81,4 @@ ynh_system_user_delete --username=$app # END OF SCRIPT #================================================= -ynh_script_progression --message="Removal of $app completed" --time --last +ynh_script_progression --message="Removal of $app completed" --last