diff --git a/scripts/remove b/scripts/remove index db413ff..00a86e0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -90,13 +90,13 @@ ynh_secure_remove --file="/var/lib/turn/" if yunohost firewall list | grep -q "\- $turnserver_tls_port$" then - ynh_script_progression --message="Closing port $turnserver_tls_port$..." --weight=1 + ynh_script_progression --message="Closing port $turnserver_tls_port..." --weight=1 ynh_exec_warn_less yunohost firewall disallow Both $turnserver_tls_port fi if yunohost firewall list | grep -q "\- $turnserver_alt_tls_port$" then - ynh_script_progression --message="Closing port $turnserver_alt_tls_port$..." --weight=1 + ynh_script_progression --message="Closing port $turnserver_alt_tls_port..." --weight=1 ynh_exec_warn_less yunohost firewall disallow Both $turnserver_alt_tls_port fi