mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-05-05 07:24:15 +02:00
Merge remote-tracking branch 'upstream/development' into Issue_309
This commit is contained in:
commit
44974f98a0
1 changed files with 2 additions and 0 deletions
|
@ -323,6 +323,8 @@ function gravity_reload() {
|
||||||
echo -n "::: Refresh lists in dnsmasq..."
|
echo -n "::: Refresh lists in dnsmasq..."
|
||||||
dnsmasqPid=$(pidof dnsmasq)
|
dnsmasqPid=$(pidof dnsmasq)
|
||||||
|
|
||||||
|
find "$piholeDir" -type f -exec $SUDO chmod 666 {} \; & spinner $!
|
||||||
|
|
||||||
if [[ $dnsmasqPid ]]; then
|
if [[ $dnsmasqPid ]]; then
|
||||||
# service already running - reload config
|
# service already running - reload config
|
||||||
$SUDO kill -HUP $dnsmasqPid & spinner $!
|
$SUDO kill -HUP $dnsmasqPid & spinner $!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue