From 2db8572cd87788bc1ebff9976285b054f4fb703a Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 10 Apr 2019 11:47:28 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3fa1c7f..d40a145 100644 --- a/scripts/install +++ b/scripts/install @@ -89,7 +89,7 @@ ynh_install_app_dependencies cockpit # Find a free port port=$(ynh_find_port 9090) # 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 #=================================================