mirror of
https://github.com/luzifer-docker/vault-self-unseal.git
synced 2024-12-20 15:11:18 +00:00
Don't exit self, this might lead to unusable instances
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
198d09b158
commit
fbfdac0432
1 changed files with 2 additions and 1 deletions
|
@ -44,5 +44,6 @@ function unseal() {
|
|||
}
|
||||
|
||||
while [ 1 ]; do
|
||||
main && break || sleep 10
|
||||
main
|
||||
sleep 10
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue