We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5d0eb commit 515fdf4Copy full SHA for 515fdf4
1 file changed
root/etc/s6-overlay/s6-rc.d/init-permissions-config/run
@@ -2,9 +2,7 @@
2
# shellcheck shell=bash
3
4
# permissions
5
+find /config/log ! -path '/config/log/logrotate.status' -exec chmod +r {} \+
6
+
7
lsiown -R abc:abc \
8
/config
-chmod -R +r /config/log
-
9
-# Workaround for systems with chmod errors
10
-true
0 commit comments