diff --git a/scripts/install b/scripts/install index 6481707..e5ebbfd 100755 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================