This commit is contained in:
Luke Murphy 2020-04-13 09:21:47 +02:00
parent 12c0d52e47
commit 93c16dfdc3
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ dokku-ansible-deploy-post-extract() {
if [[ -d "$TMPDIR/deploy.d/vault" ]]; then
if [[ ! -f "$DOKKU_LIB_ROOT/data/deploy.d/$APP/.vault-password.sh" ]]; then
dokku_col_log_info1_quiet "Vault folder discovered but missing vault password"
dokku_col_log_info1_quiet "Please run dokku dokku-deploy:vault-password $APP"
dokku_col_log_info1_quiet "Please run dokku ansible-deploy:vault-password $APP"
exit 1
fi
fi