diff --git a/scripts/install b/scripts/install index a526990..3781c0e 100755 --- a/scripts/install +++ b/scripts/install @@ -108,7 +108,7 @@ ynh_app_setting_set $app local_timeline $local_timeline # Find a free port port=$(ynh_find_port 8095) # 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 #=================================================