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

Desactivate port opening

This commit is contained in:
Yalh 2019-01-26 21:10:23 +01:00
parent 2c97b6fd63
commit da967144d6

View file

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