From 85e4affa1050adb4e49a521b8e6d2fdbe6aca777 Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen Date: Fri, 5 Jul 2019 22:34:58 +0200 Subject: [PATCH] fix disallow ports --- scripts/remove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index bbc43b5..e37e458 100644 --- a/scripts/remove +++ b/scripts/remove @@ -130,14 +130,14 @@ ynh_remove_fpm_config if yunohost firewall list | grep -q "\- 547$" then ynh_print_info "Closing port 547" - ynh_exec_warn_less yunohost firewall disallow TCP 547 + ynh_exec_warn_less yunohost firewall disallow UDP 547 fi if yunohost firewall list | grep -q "\- 67$" then ynh_print_info "Closing port 67" - ynh_exec_warn_less yunohost firewall disallow TCP 67 + ynh_exec_warn_less yunohost firewall disallow UDP 67 fi #=================================================