From aeb11ac5dfa539123bc98678ec501e412e5f4902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Tue, 12 Oct 2021 08:35:32 +0200 Subject: [PATCH] Check ports before networking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- advanced/Scripts/piholeDebug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh index 5fde0052..6ef821f7 100755 --- a/advanced/Scripts/piholeDebug.sh +++ b/advanced/Scripts/piholeDebug.sh @@ -782,7 +782,6 @@ check_networking() { # Runs through several of the functions made earlier; we just clump them # together since they are all related to the networking aspect of things echo_current_diagnostic "Networking" - check_required_ports detect_ip_addresses "4" detect_ip_addresses "6" ping_gateway "4" @@ -1451,6 +1450,7 @@ check_firewalld processor_check parse_locale disk_usage +check_required_ports check_networking check_name_resolution check_dhcp_servers