Viktor Szépe
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deploy/vault_cli.sh
|
@ -43,7 +43,7 @@ vault_cli_deploy() { |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
VAULT_CMD=$(which vault) |
|
|
|
|
|
|
|
|
VAULT_CMD=$(command -v vault) |
|
|
if [ ! $? ]; then |
|
|
if [ ! $? ]; then |
|
|
_err "cannot find vault binary!" |
|
|
_err "cannot find vault binary!" |
|
|
return 1 |
|
|
return 1 |
|
|