mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-22 06:03:43 +00:00
Re-add file/folder permissions
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
a3ea2cd8c3
commit
c360743d41
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ mkdir -pm 0755 /run/pihole /var/log/pihole
|
|||
[ -f /etc/pihole/dhcp.leases ] || install -m 644 -o pihole -g pihole /dev/null /etc/pihole/dhcp.leases
|
||||
# Ensure that permissions are set so that pihole-FTL can edit all necessary files
|
||||
chown -R pihole:pihole /run/pihole /etc/pihole /var/log/pihole
|
||||
chmod -R 0640 /var/log/pihole
|
||||
chmod -R 0660 /etc/pihole /run/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