mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
dnsFile2="/etc/dnsmasq.conf.orig"
added .orig
This commit is contained in:
parent
ac373545d0
commit
d74c8261aa
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ setDNS(){
|
|||
versionCheckDNSmasq(){
|
||||
# Check if /etc/dnsmasq.conf is from pihole. If so replace with an original and install new in .d directory
|
||||
dnsFile1="/etc/dnsmasq.conf"
|
||||
dnsFile2="/etc/dnsmasq.conf"
|
||||
dnsFile2="/etc/dnsmasq.conf.orig"
|
||||
dnsSearch="addn-hosts=/etc/pihole/gravity.list"
|
||||
|
||||
# Check dnsmasq.conf for pihole magic
|
||||
|
|
Loading…
Reference in a new issue