From c2bbed3fc7748db7959b362252b0e160a931e61f Mon Sep 17 00:00:00 2001 From: squeak Date: Wed, 10 Mar 2021 23:32:56 +0100 Subject: [PATCH] Do not open port in firewall, it's not necessary. --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 6481707..e5ebbfd 100755 --- a/scripts/install +++ b/scripts/install @@ -65,10 +65,6 @@ port="5984" # port=$(ynh_find_port --port=5984) ynh_app_setting_set --app=$app --key=port --value=$port -# Open the port -ynh_script_progression --message="Configuring firewall..." --weight=1 -ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port - #================================================= # INSTALL DEPENDENCIES #=================================================