From af3e5f2e269d3d493036cd65a06fc9efcb9eb7d5 Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 29 May 2020 14:20:13 +0200 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7499a2c..7d4325b 100644 --- a/scripts/install +++ b/scripts/install @@ -77,9 +77,6 @@ ynh_app_setting_set $app is_public $is_public # Find a free port port=$(ynh_find_port 8080) -# Open this port -yunohost firewall allow --no-upnp TCP $port 2>&1 -ynh_app_setting_set $app port $port #================================================= # INSTALL DEPENDENCIES