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

Update install

This commit is contained in:
frju365 2018-10-27 22:05:26 +02:00 committed by GitHub
parent 6bcd1c01a8
commit 15b08fa090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ ynh_app_setting_set $app is_public $is_public
#=================================================
# Find a free port
port=$(ynh_find_port 4000)
port=$(ynh_find_port 8000)
# Open this port
yunohost firewall allow --no-upnp TCP $port 2>&1
ynh_app_setting_set $app port $port