From c2fc2426deeda567946e9a9738df557c7170b8b9 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 27 May 2017 02:20:23 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d849b3a..37ecb94 100644 --- a/scripts/install +++ b/scripts/install @@ -65,7 +65,7 @@ ynh_app_setting_set "$app" secret "$secret" # FIND AND OPEN A PORT #================================================= -port=$(ynh_find_port 4567) # Cherche un port libre. +port=$(ynh_find_port 4562) # Cherche un port libre. ynh_app_setting_set $app port $port #=================================================