Update gs-install.sh

This commit is contained in:
Michael Stanclift 2020-10-15 22:33:01 -05:00 committed by GitHub
parent d6d5faf54a
commit 5126ce48fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ else
fi fi
# Check Pihole # Check Pihole
if hash pihole if hash pihole 2>/dev/null
then then
echo -e "[${GREEN}${NC}] Pi-Hole Detected" echo -e "[${GREEN}${NC}] Pi-Hole Detected"
else else