From e942440bb7c558f62e3684b9ca5a9d76be905fe3 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 15 Jul 2016 21:11:10 +0100 Subject: [PATCH] Dan forgot this : `}` --- advanced/Scripts/piholeDebug.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh index 87a87f88..e22a36aa 100755 --- a/advanced/Scripts/piholeDebug.sh +++ b/advanced/Scripts/piholeDebug.sh @@ -74,6 +74,7 @@ function distroCheck { TMP=$(cat /etc/*release/ || echo "Failed to find release") echo "Distribution Version: $TMP" >> $DEBUG_LOG +} function compareWhitelist { if [ ! -f "$WHITELISTMATCHES" ]; then