Add missing variable

This commit is contained in:
Luke Murphy 2020-03-22 02:01:46 +01:00
parent 1fba4d6deb
commit 1aa0477512
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ dokku-ansible-playbook-run() {
dokku-ansible-playbook-vault-pass-cmd() {
#shellcheck disable=SC2034
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
dokku_col_log_info1_quiet "Vault password already in place"