fix spelling / replace tabs with spaces in help

pull/823/head
Tommy Huff 8 years ago
parent e1c56bcbfe
commit 9056a5a7b6

@ -128,7 +128,7 @@ piholeEnable() {
piholeStatus() {
if [[ $(cat /etc/dnsmasq.d/01-pihole.conf | grep "#addn-hosts=") ]] ; then
if [[ "${1}" == "web" ]] ; then echo 0; else echo "::: pihole is Diabled"; fi
if [[ "${1}" == "web" ]] ; then echo 0; else echo "::: pihole is Disabled"; fi
else
if [[ $(cat /etc/dnsmasq.d/01-pihole.conf | grep "addn-hosts=") ]] ; then
if [[ "${1}" == "web" ]] ; then echo 1; else echo "::: pihole is Enabled"; fi

Loading…
Cancel
Save