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:
parent
56fc924dfd
commit
17f63baa60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue