mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-14 03:19:19 +00:00
chmod doesn't apply at initial install
This commit is contained in:
parent
57282cfe16
commit
c88982d0d5
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ function gravity_advanced() {
|
||||||
echo "** $numberOf domains being pulled in by gravity..."
|
echo "** $numberOf domains being pulled in by gravity..."
|
||||||
|
|
||||||
gravity_unique
|
gravity_unique
|
||||||
|
find "$piholeDir" -type f -exec sudo chmod 666 {} \;
|
||||||
|
|
||||||
sudo kill -s -HUP $(pidof dnsmasq)
|
sudo kill -s -HUP $(pidof dnsmasq)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue