mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
kill off an old ugly hack
This commit is contained in:
parent
3623183072
commit
c71a976e76
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@ gravity_reload() {
|
|||
adList=${adList//\//\\\/}
|
||||
#Now replace the line in dnsmasq file
|
||||
sed -i "s/^addn-hosts.*/addn-hosts=$adList/" /etc/dnsmasq.d/01-pihole.conf
|
||||
find "$piholeDir" -type f -exec chmod 666 {} \;
|
||||
|
||||
dnsmasqPid=$(pidof dnsmasq)
|
||||
|
||||
|
|
Loading…
Reference in a new issue