Remove logrotate chmod as the base image handles it

This commit is contained in:
thespad 2024-12-31 18:18:47 +00:00
parent c489e2c07f
commit 29bd5fe1b7
No known key found for this signature in database

View File

@ -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