diff --git a/setup-scripts/prod-setup.py b/setup-scripts/prod-setup.py index 63e93a1..26a9d1b 100644 --- a/setup-scripts/prod-setup.py +++ b/setup-scripts/prod-setup.py @@ -126,7 +126,7 @@ class Initializer: print(unseal_output) # If the vault is now unsealed break/escape from the loop - if not self.is_vault_unsealed(): + if not self.is_vault_sealed(): print('Vault is unsealed') break