1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
frju365 2017-05-27 02:20:23 +02:00 committed by GitHub
parent c9390b276d
commit c2fc2426de

View file

@ -65,7 +65,7 @@ ynh_app_setting_set "$app" secret "$secret"
# FIND AND OPEN A PORT # 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 ynh_app_setting_set $app port $port
#================================================= #=================================================