Compare commits
3 Commits
3cbe07a1ec
...
709df51512
| Author | SHA1 | Date | |
|---|---|---|---|
| 709df51512 | |||
|
|
f914575a65 | ||
|
|
a6d560eb10 |
@@ -12,4 +12,8 @@ if [ -z "${VAULT_TOKEN:-}" ]; then
|
||||
echo "[entrypoint] VAULT_TOKEN is not set; expected Vault Agent sink to write a token to ${VAULT_TOKEN_FILE:-/run/vault/token}" >&2
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
if [ "$#" -gt 0 ] && [ "${1#-}" != "${1}" ]; then
|
||||
set -- /app/callbacks "$@"
|
||||
fi
|
||||
|
||||
exec /app/callbacks "$@"
|
||||
|
||||
Reference in New Issue
Block a user