From eda5597a90522538cf4f69f57280bfba54254724 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 24 May 2021 10:34:07 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index c1dae89..290fff2 100644 --- a/scripts/install +++ b/scripts/install @@ -64,10 +64,6 @@ port=$(ynh_find_port --port=8080) port_hub=$(ynh_find_port --port=$(($port + 1))) port_http_proxy=$(ynh_find_port --port=$(($port_hub + 1))) -# Open this port -#ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port -#ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port_hub -#ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port_http_proxy ynh_app_setting_set --app=$app --key=port --value=$port ynh_app_setting_set --app=$app --key=port_hub --value=$port_hub ynh_app_setting_set --app=$app --key=port_http_proxy --value=$port_http_proxy