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.
2 parents 8346afc + d74bed6 commit e848a85Copy full SHA for e848a85
root/etc/s6-overlay/s6-rc.d/init-permissions/run
@@ -9,6 +9,13 @@ if [[ -z ${LSIO_READ_ONLY_FS} ]] && [[ -z ${LSIO_NON_ROOT_USER} ]]; then
9
chmod -R 644 /etc/logrotate.d
10
fi
11
12
+if [[ -f "/config/log/logrotate.status" ]]; then
13
+ chmod 600 /config/log/logrotate.status
14
+fi
15
+
16
+chmod -R g+w \
17
+ /config/nginx
18
19
if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
20
lsiown -R abc:abc \
21
/config/keys \
@@ -19,10 +26,3 @@ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
26
lsiown abc:abc \
27
/config/www
28
22
-
23
-if [[ -f "/config/log/logrotate.status" ]]; then
24
- chmod 600 /config/log/logrotate.status
25
-fi
-chmod -R g+w \
- /config/nginx
0 commit comments