Typo fix
This commit is contained in:
Chad Howell 2016-01-25 01:09:45 -05:00
parent 940480effe
commit a21948d2c6

View file

@ -280,7 +280,7 @@ setDNS(){
esac esac
} }
+versionCheckDNSmasq(){ versionCheckDNSmasq(){
# Check if /etc/dnsmasq.conf is from pihole. If so replace with an original and install new in .d directory # Check if /etc/dnsmasq.conf is from pihole. If so replace with an original and install new in .d directory
dnsFile="/etc/dnsmasq.conf" dnsFile="/etc/dnsmasq.conf"
dnsSearch="addn-hosts=/etc/pihole/gravity.list" dnsSearch="addn-hosts=/etc/pihole/gravity.list"