From 412feae69d7560f6c41100849443d705fc2dff98 Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 4 Jan 2019 16:36:22 +0100 Subject: [PATCH] update port --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 725fb3d..a5a1b61 100644 --- a/scripts/install +++ b/scripts/install @@ -76,7 +76,7 @@ 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 8096) +port=$(ynh_find_port 5657) # Open this port yunohost firewall allow --no-upnp TCP $port 2>&1 ynh_app_setting_set $app port $port