From 17f63baa600a3f67c0a038c37d381791584d4d4d Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 8 Jul 2017 16:54:32 +0200 Subject: [PATCH] [Fix] Port --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fa73e89..a930415 100644 --- a/scripts/install +++ b/scripts/install @@ -64,7 +64,7 @@ ynh_app_setting_set $app is_public $is_public # FIND AND OPEN A PORT #================================================= -port=$(ynh_find_port 400) # Cherche un port libre. +port=$(ynh_find_port 4000) # Cherche un port libre. ynh_app_setting_set $app port $port #=================================================