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 #=================================================