Update gravity.sh

The kill will not work with '-s', resulting in no-reload of updated hosts file.
pull/135/head
klaas01 9 years ago
parent 3cdce17d28
commit 737fe9a5f1

@ -240,7 +240,7 @@ function gravity_advanced() {
gravity_unique
sudo kill -s -HUP $(pidof dnsmasq)
sudo kill -HUP $(pidof dnsmasq)
}
gravity_collapse

Loading…
Cancel
Save