mirror of
https://github.com/YunoHost-Apps/cowyo_ynh.git
synced 2024-09-03 18:16:15 +02:00
[enh] opening port is not needed
This commit is contained in:
parent
d38be28b41
commit
d2e712af6e
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ ynh_script_progression --message="Configuring firewall..." --time --weight=1
|
|||
|
||||
# Find a free port
|
||||
port=$(ynh_find_port --port=8095)
|
||||
# Open this port
|
||||
ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port
|
||||
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue