Merge remote-tracking branch 'upstream/development' into Issue_309

pull/324/head
Daniel Fayette 8 years ago
commit 44974f98a0

@ -323,6 +323,8 @@ function gravity_reload() {
echo -n "::: Refresh lists in dnsmasq..."
dnsmasqPid=$(pidof dnsmasq)
find "$piholeDir" -type f -exec $SUDO chmod 666 {} \; & spinner $!
if [[ $dnsmasqPid ]]; then
# service already running - reload config
$SUDO kill -HUP $dnsmasqPid & spinner $!

Loading…
Cancel
Save