From aa1a6a5e3c20d293db079765ca73ad1ede975c18 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 14 Oct 2017 15:36:26 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7927e0d..f1a3baf 100755 --- a/scripts/install +++ b/scripts/install @@ -55,7 +55,7 @@ ynh_app_setting_set $app path_url "$path_url" #================================================= # Find a free port -port=$(ynh_find_port 8095) +port=$(ynh_find_port 7777) # Open this port yunohost firewall allow --no-upnp TCP $port 2>&1 ynh_app_setting_set $app port $port