chmod o+rwx /var/log/openbao
This commit is contained in:
parent
1164768b9f
commit
4f8eb0bc8b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ spec:
|
|||
set -e
|
||||
mkdir -p /var/log/openbao
|
||||
chown 100:100 /var/log/openbao
|
||||
chmod o+rwx /var/log/openbao
|
||||
echo "logrotate:x:100:100::/home/logrotate:/bin/sh" >> /etc/passwd
|
||||
echo "logrotate:x:100:" >> /etc/group
|
||||
mkdir -p /home/logrotate
|
||||
|
|
Loading…
Reference in a new issue