From be2ab368cdbae6a3c0cffd13d0ddad4538667603 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 30 May 2020 15:15:16 +0200 Subject: [PATCH] missing --time --weight=1 --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 1fc81f3..9d27c8b 100755 --- a/scripts/remove +++ b/scripts/remove @@ -97,7 +97,7 @@ ynh_remove_logrotate if yunohost firewall list | grep -q "\- $port$" then - ynh_script_progression --message="Closing port $port..." + ynh_script_progression --message="Closing port $port..." --time --weight=1 ynh_exec_warn_less yunohost firewall disallow TCP $port fi