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:
parent
2c97b6fd63
commit
da967144d6
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ ynh_app_setting_set $app local_timeline $local_timeline
|
|||
# Find a free port
|
||||
port=$(ynh_find_port 8095)
|
||||
# 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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue