From 7d56e2a9371e952b5ffea24a298615a73e098b11 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Fri, 14 Jul 2017 20:54:41 +0100 Subject: [PATCH] `FTL` has an `L` in it, innit? Signed-off-by: Adam Warner --- advanced/Scripts/piholeDebug.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh index 60b04b73..ea387b5a 100755 --- a/advanced/Scripts/piholeDebug.sh +++ b/advanced/Scripts/piholeDebug.sh @@ -598,7 +598,7 @@ compare_port_to_service_assigned() { # The programs we use may change at some point, so they are in a varible here local resolver="dnsmasq" local web_server="lighttpd" - local ftl="pihole-FT" + local ftl="pihole-FTL" if [[ "${service_name}" == "${resolver}" ]] || [[ "${service_name}" == "${web_server}" ]] || [[ "${service_name}" == "${ftl}" ]]; then # if port 53 is dnsmasq, show it in green as it's standard log_write "[${COL_LIGHT_GREEN}${port_number}${COL_NC}] is in use by ${COL_LIGHT_GREEN}${service_name}${COL_NC}" @@ -615,7 +615,7 @@ check_required_ports() { # so we can detect any issues local resolver="dnsmasq" local web_server="lighttpd" - local ftl="pihole-FT" + local ftl="pihole-FTL" # Create an array for these ports in use ports_in_use=() # Sort the addresses and remove duplicates