mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
chown pihole log to pihole:pihole, rather than pihole:root
Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
parent
d26ea2b948
commit
51765b1f65
1 changed files with 1 additions and 1 deletions
|
@ -1323,7 +1323,7 @@ CreateLogFile() {
|
|||
# set the permissions,
|
||||
chmod 644 /var/log/pihole.log
|
||||
# and owners
|
||||
chown pihole:root /var/log/pihole.log
|
||||
chown pihole:pihole /var/log/pihole.log
|
||||
echo -e "${OVER} ${TICK} ${str}"
|
||||
# Otherwise,
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue