mirror of
https://github.com/YunoHost-Apps/couchdb_ynh.git
synced 2024-09-03 18:16:11 +02:00
Merge pull request #4 from YunoHost-Apps/testing
Do not open port in firewall, it's not necessary.
This commit is contained in:
commit
fdb8f5e530
1 changed files with 0 additions and 4 deletions
|
@ -65,10 +65,6 @@ port="5984"
|
|||
# port=$(ynh_find_port --port=5984)
|
||||
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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue