mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 09:10:13 +00:00
fix conflict
Merge remote-tracking branch 'upstream/promoTweaksTheSecond' into EnableOrDisable
This commit is contained in:
commit
3b6ecc573e
2 changed files with 5 additions and 5 deletions
|
@ -319,8 +319,12 @@ gravity_reload() {
|
|||
#First escape forward slashes in the path:
|
||||
adList=${adList//\//\\\/}
|
||||
#Now replace the line in dnsmasq file
|
||||
<<<<<<< HEAD
|
||||
# sed -i "s/^addn-hosts.*/addn-hosts=$adList/" /etc/dnsmasq.d/01-pihole.conf
|
||||
find "$piholeDir" -type f -exec chmod 666 {} \;
|
||||
|
||||
=======
|
||||
sed -i "s/^addn-hosts.*/addn-hosts=$adList/" /etc/dnsmasq.d/01-pihole.conf
|
||||
>>>>>>> upstream/promoTweaksTheSecond
|
||||
|
||||
pihole restartdns
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue