1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

[Fix] Port

This commit is contained in:
frju365 2017-07-08 16:54:32 +02:00 committed by GitHub
parent 56fc924dfd
commit 17f63baa60

View file

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