1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Update remove

This commit is contained in:
ericgaspar 2021-01-25 11:21:44 +01:00
parent 389466f6c5
commit ad6c3dadbf
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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