1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchdb_ynh.git synced 2024-09-03 18:16:11 +02:00

Do not open port in firewall, it's not necessary.

This commit is contained in:
squeak 2021-03-10 23:32:56 +01:00
parent e62dd2dc67
commit c2bbed3fc7

View file

@ -65,10 +65,6 @@ port="5984"
# port=$(ynh_find_port --port=5984) # port=$(ynh_find_port --port=5984)
ynh_app_setting_set --app=$app --key=port --value=$port ynh_app_setting_set --app=$app --key=port --value=$port
# Open the port
ynh_script_progression --message="Configuring firewall..." --weight=1
ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port
#================================================= #=================================================
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES
#================================================= #=================================================