From f20e4ddf3bc62effe28e9b3c0d79b07301158a01 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 30 Aug 2018 22:28:15 +0200 Subject: [PATCH] Change message for unknown state to something more useful Signed-off-by: DL6ER --- pihole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole b/pihole index 8a9cd2f3..4f76c98d 100755 --- a/pihole +++ b/pihole @@ -283,7 +283,7 @@ statusFunc() { # No configs were found case "${1}" in "web") echo 99;; - *) echo -e " ${INFO} No hosts file linked to dnsmasq, adding it in enabled state";; + *) echo -e " ${INFO} Pi-hole blocking will be enabled";; esac # Enable blocking pihole enable