1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-23 07:18:07 +00:00

# allow all users to enter der directories

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-08-04 23:52:53 +02:00
parent c360743d41
commit 587a2a1c04
No known key found for this signature in database

View File

@ -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