mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-27 01:30:18 +00:00
change restartdnsmasq to restartdns
This commit is contained in:
parent
dda448e050
commit
3ca3eaa62c
2 changed files with 3 additions and 3 deletions
|
@ -322,7 +322,7 @@ gravity_reload() {
|
|||
# sed -i "s/^addn-hosts.*/addn-hosts=$adList/" /etc/dnsmasq.d/01-pihole.conf
|
||||
find "$piholeDir" -type f -exec chmod 666 {} \;
|
||||
|
||||
pihole restartdnsmasq
|
||||
pihole restartdns
|
||||
}
|
||||
|
||||
for var in "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue