mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
# allow all users to enter der directories
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
c360743d41
commit
587a2a1c04
@ -20,6 +20,8 @@ mkdir -pm 0755 /run/pihole /var/log/pihole
|
||||
chown -R pihole:pihole /run/pihole /etc/pihole /var/log/pihole
|
||||
chmod -R 0640 /var/log/pihole
|
||||
chmod -R 0660 /etc/pihole /run/pihole
|
||||
# allow all users to enter der directories
|
||||
chmod 0755 /etc/pihole /run/pihole /var/log/pihole
|
||||
|
||||
# Backward compatibility for user-scripts that still expect log files in /var/log instead of /var/log/pihole
|
||||
# Should be removed with Pi-hole v6.0
|
||||
|
Loading…
Reference in New Issue
Block a user