From 16eab13eaf177e39ea67de9be5278ac0b7d119b4 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 20 Sep 2020 17:44:52 +0200 Subject: [PATCH] update closing message --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e5e31d6..fcf73ef 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -59,7 +59,7 @@ fi #Close unwanted open port in firewall if yunohost firewall list | grep -q "\- $port$" then - ynh_script_progression --message="Closing port $port..." --weight=10 + ynh_script_progression --message="Closing port $port as it shouldn't be open..." yunohost firewall disallow TCP $port 2>&1 fi