mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 07:03:43 +00:00
Update gravity.sh
The kill will not work with '-s', resulting in no-reload of updated hosts file.
This commit is contained in:
parent
3cdce17d28
commit
737fe9a5f1
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ function gravity_advanced() {
|
|||
|
||||
gravity_unique
|
||||
|
||||
sudo kill -s -HUP $(pidof dnsmasq)
|
||||
sudo kill -HUP $(pidof dnsmasq)
|
||||
}
|
||||
|
||||
gravity_collapse
|
||||
|
|
Loading…
Reference in a new issue