Skip to content

Commit de68fdf

Browse files
committed
Fix /var/logs folder.
1 parent 61a21ac commit de68fdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rootfs/etc/cont-init.d/nginx-proxy-manager.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,7 @@ echo resolver "$(awk 'BEGIN{ORS=" "} $1=="nameserver" { sub(/%.*$/,"",$2); print
7373
# Take ownership of the config directory content.
7474
find /config -mindepth 1 -exec chown $USER_ID:$GROUP_ID {} \;
7575

76+
# Take ownership of logs folder.
77+
find /var/log -mindepth 1 -exec chown $USER_ID:$GROUP_ID {} \;
78+
7679
# vim:ft=sh:ts=4:sw=4:et:sts=4

0 commit comments

Comments
 (0)