1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-17 21:59:55 +00:00

remove a space

This commit is contained in:
Promofaux 2016-10-23 19:47:31 +01:00
parent 82e78fb651
commit 8ee98f0a4a

4
pihole
View File

@ -133,14 +133,14 @@ piholeStatus() {
if [[ "${1}" == "web" ]] ; then
echo 0;
else
echo "::: Pi-hole blocking is Disabled";
echo "::: Pi-hole blocking is Disabled";
fi
elif [[ $(cat /etc/dnsmasq.d/01-pihole.conf | grep "addn-hosts=/") ]] ; then
#list set
if [[ "${1}" == "web" ]] ; then
echo 1;
else
echo "::: Pi-hole blocking is Enabled";
echo "::: Pi-hole blocking is Enabled";
fi
else
#addn-host not found