Skip to content

Commit 29bd5fe

Browse files
committed
Remove logrotate chmod as the base image handles it
1 parent c489e2c commit 29bd5fe

File tree

1 file changed

+0
-3
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-permissions-config

1 file changed

+0
-3
lines changed

root/etc/s6-overlay/s6-rc.d/init-permissions-config/run

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
lsiown -R abc:abc \
66
/config
77
chmod -R +r /config/log
8-
if [[ -z ${LSIO_READ_ONLY_FS} ]]; then
9-
chmod -R 0644 /etc/logrotate.d
10-
fi
118

129
# Workaround for systems with chmod errors
1310
true

0 commit comments

Comments
 (0)