Workaround for qnap systems with chmod errors

This commit is contained in:
thespad 2024-11-17 14:16:46 +00:00
parent 4437f6f8ba
commit bfeeaaaa73
No known key found for this signature in database

View File

@ -6,3 +6,6 @@ lsiown -R abc:abc \
/config
chmod -R 0644 /etc/logrotate.d
chmod -R +r /config/log
# Workaround for systems with chmod errors
true