From 5126ce48fc77fec8083b4fda076baa3885b66530 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 15 Oct 2020 22:33:01 -0500 Subject: [PATCH] Update gs-install.sh --- prep/gs-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep/gs-install.sh b/prep/gs-install.sh index 3c37815..acb73cc 100644 --- a/prep/gs-install.sh +++ b/prep/gs-install.sh @@ -81,7 +81,7 @@ else fi # Check Pihole -if hash pihole +if hash pihole 2>/dev/null then echo -e "[${GREEN}✓${NC}] Pi-Hole Detected" else