chmod o+rwx /var/log/openbao

This commit is contained in:
miwr 2025-04-01 10:05:55 +02:00
parent 1164768b9f
commit 4f8eb0bc8b

View file

@ -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