From 15b08fa090e5fbcc6dbaa711a5fe826d0b1f5781 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 27 Oct 2018 22:05: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 50004d6..d2656d1 100644 --- a/scripts/install +++ b/scripts/install @@ -55,7 +55,7 @@ ynh_app_setting_set $app is_public $is_public #================================================= # Find a free port -port=$(ynh_find_port 4000) +port=$(ynh_find_port 8000) # Open this port yunohost firewall allow --no-upnp TCP $port 2>&1 ynh_app_setting_set $app port $port