diff --git a/scripts/remove b/scripts/remove index 1c13051..f00aabe 100644 --- a/scripts/remove +++ b/scripts/remove @@ -77,16 +77,6 @@ ynh_remove_logrotate #================================================= # GENERIC FINALIZATION -#================================================= -# CLOSE A PORT -#================================================= - -if yunohost firewall list | grep -q "\- $port$" -then - ynh_script_progression --message="Closing port $port..." --weight=1 - ynh_exec_warn_less yunohost firewall disallow TCP $port -fi - #================================================= # REMOVE DEDICATED USER #=================================================