1
0
Fork 0
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:
tituspijean 2020-03-29 10:47:15 +02:00
parent d38be28b41
commit d2e712af6e

View file

@ -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
#=================================================