From cde2993a3308dad5eddd81cdfb1ab5b9760f9ef4 Mon Sep 17 00:00:00 2001 From: Daniel Fayette Date: Sun, 14 Feb 2016 09:46:30 -0600 Subject: [PATCH] Fix typo in Failed response --- advanced/Scripts/check-functionality.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advanced/Scripts/check-functionality.sh b/advanced/Scripts/check-functionality.sh index 409f4141..3b8535df 100755 --- a/advanced/Scripts/check-functionality.sh +++ b/advanced/Scripts/check-functionality.sh @@ -68,7 +68,7 @@ do elif [[ "$status" == "RFC1918" ]]; then echo -e "\tFailed - $name resolves to a non-routable address ($ip)" elif [[ "$status" == "empty" ]]; then - echo -e"\tFailed - $name could not be resolved ($ip)" + echo -e "\tFailed - $name could not be resolved ($ip)" else echo -e "\tSuccess - $name resolves to a public IP address ($ip)" fi @@ -84,7 +84,7 @@ do elif [[ "$status" == "RFC1918" ]]; then echo -e "\tFailed - $name resolves to a non-routable address ($ip)" elif [[ "$status" == "empty" ]]; then - echo -e"\tFailed - $name could not be resolved ($ip)" + echo -e "\tFailed - $name could not be resolved ($ip)" else echo -e "\tSuccess - $name resolves to a public IP address ($ip)" fi @@ -100,7 +100,7 @@ do elif [[ "$status" == "RFC1918" ]]; then echo -e "\tVerify - $name resolves to a non-routable address that is not your pi-hole server ($ip)" elif [[ "$status" == "empty" ]]; then - echo -e"\tFailed - $name could not be resolved ($ip)" + echo -e "\tFailed - $name could not be resolved ($ip)" else echo -e "\tFailed - $name resolves to a public IP address ($ip)" fi