1
0
Fork 0
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:
Eauchat 2021-03-10 22:34:33 +00:00 committed by GitHub
commit fdb8f5e530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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