From f68d170850a781d43b99b380d36f07aa41dd9182 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 29 Mar 2020 10:47:15 +0200 Subject: [PATCH] [enh] opening port is not needed --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1624ab3..5ba948c 100644 --- a/scripts/install +++ b/scripts/install @@ -58,8 +58,6 @@ ynh_script_progression --message="Configuring firewall..." --time --weight=1 # Find a free port port=$(ynh_find_port --port=8095) -# Open this port -ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port ynh_app_setting_set --app=$app --key=port --value=$port #=================================================