Add missing variable
This commit is contained in:
parent
1fba4d6deb
commit
1aa0477512
@ -47,6 +47,7 @@ dokku-ansible-playbook-run() {
|
|||||||
dokku-ansible-playbook-vault-pass-cmd() {
|
dokku-ansible-playbook-vault-pass-cmd() {
|
||||||
#shellcheck disable=SC2034
|
#shellcheck disable=SC2034
|
||||||
declare desc="insert new vault password for encrypt/decrypt of passwords"
|
declare desc="insert new vault password for encrypt/decrypt of passwords"
|
||||||
|
local vault_file="$DOKKU_LIB_ROOT/ansible/.vault-pass.sh"
|
||||||
|
|
||||||
if [[ -f $vault_file ]]; then
|
if [[ -f $vault_file ]]; then
|
||||||
dokku_col_log_info1_quiet "Vault password already in place"
|
dokku_col_log_info1_quiet "Vault password already in place"
|
||||||
|
Reference in New Issue
Block a user