diff --git a/scripts/install b/scripts/install index 3fa1c7f..d40a145 100644 --- a/scripts/install +++ b/scripts/install @@ -89,7 +89,7 @@ ynh_install_app_dependencies cockpit # Find a free port port=$(ynh_find_port 9090) # Open this port -yunohost firewall allow --no-upnp TCP $port 2>&1 +#yunohost firewall allow --no-upnp TCP $port 2>&1 ynh_app_setting_set $app port $port #=================================================