From a2a0f81343ddd639a1e4aa3435bc7817eed415ab Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 22 Nov 2018 22:39:28 +0100 Subject: [PATCH] fix --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 56b424b..e7bff3e 100644 --- a/scripts/install +++ b/scripts/install @@ -64,10 +64,10 @@ ynh_app_setting_set $app is_public $is_public ### - Remove the section "CLOSE A PORT" in the remove script # Find a free port -#port=$(ynh_find_port 443) +port=$(ynh_find_port 443) # Open this port -#yunohost firewall allow --no-upnp TCP $port 2>&1 -#ynh_app_setting_set $app port $port +yunohost firewall allow --no-upnp TCP $port 2>&1 +ynh_app_setting_set $app port $port #============================================== # INSTALL POSTGRES