1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-21 22:38:08 +00:00

Change message for unknown state to something more useful

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2018-08-30 22:28:15 +02:00
parent 40656641b6
commit f20e4ddf3b
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

2
pihole
View File

@ -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