Skip to content

Commit

Permalink
Remove logrotate chmod as the base image handles it
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Dec 31, 2024
1 parent c489e2c commit 29bd5fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions root/etc/s6-overlay/s6-rc.d/init-permissions-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
lsiown -R abc:abc \
/config
chmod -R +r /config/log
if [[ -z ${LSIO_READ_ONLY_FS} ]]; then
chmod -R 0644 /etc/logrotate.d
fi

# Workaround for systems with chmod errors
true

0 comments on commit 29bd5fe

Please sign in to comment.