diff --git a/scripts/remove b/scripts/remove index ddc4547..37d1c83 100644 --- a/scripts/remove +++ b/scripts/remove @@ -50,16 +50,6 @@ ynh_remove_nginx_config # Remove the dedicated php-fpm config ynh_remove_fpm_config -#================================================= -# CLOSE A PORT -#================================================= - -if yunohost firewall list | grep -q "\- $port$" -then - echo "Close port $port" - yunohost firewall disallow TCP $port 2>&1 -fi - #================================================= # SPECIFIC REMOVE #=================================================