Merge pull request #523 from linuxserver/qnap-init-fix

This commit is contained in:
Adam 2024-11-17 17:34:27 +00:00 committed by GitHub
commit f94e685a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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