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:
parent
e62dd2dc67
commit
c2bbed3fc7
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue