mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-13 07:24:47 +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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue