mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Change message for unknown state to something more useful
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
40656641b6
commit
f20e4ddf3b
1 changed files with 1 additions and 1 deletions
2
pihole
2
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
|
||||
|
|
Loading…
Reference in a new issue