From e2cf3a3231b33b9aa9ffda46cf0dcf8e1f414aa4 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 6 Jun 2021 15:02:38 +0200 Subject: [PATCH] Upgrade to 10.6.0 --- scripts/upgrade | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index f6c0d78..6c94751 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -63,14 +63,6 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=2 ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log" -#Close unwanted open port in firewall -if yunohost firewall list | grep -q "\- $port_web$" -then - ynh_script_progression --message="Closing port $port_web as it shouldn't be open..." - yunohost firewall disallow TCP $port 2>&1 -fi - - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================