1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Update install

This commit is contained in:
Rafi59 2017-10-14 15:36:26 +02:00 committed by GitHub
parent cb980170b7
commit aa1a6a5e3c

View file

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