From da967144d6bf640cfe9001ca8edc43b4721dd0a0 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 26 Jan 2019 21:10:23 +0100 Subject: [PATCH] Desactivate port opening --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a526990..3781c0e 100755 --- a/scripts/install +++ b/scripts/install @@ -108,7 +108,7 @@ ynh_app_setting_set $app local_timeline $local_timeline # Find a free port port=$(ynh_find_port 8095) # Open this port -yunohost firewall allow --no-upnp TCP $port 2>&1 +#yunohost firewall allow --no-upnp TCP $port 2>&1 ynh_app_setting_set $app port $port #=================================================