mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 06:10:20 +00:00
Typo fix
Typo fix
This commit is contained in:
parent
940480effe
commit
a21948d2c6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue