# removed
This commit is contained in:
parent
aaaf905edc
commit
450b5ff1a8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ server:
|
|||
- -c
|
||||
- |
|
||||
sleep 10
|
||||
# rm -rf /openbao/data/*
|
||||
rm -rf /openbao/data/*
|
||||
bao operator init >> /tmp/init.txt
|
||||
cat /tmp/init.txt | grep "Key " | awk '{print $NF}' | xargs -I{} bao operator unseal {}
|
||||
echo $(grep "Initial Root Token:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/initial_token.txt
|
||||
|
|
Loading…
Reference in a new issue