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 #=================================================