fix: [nomad-step-3] S3.3 — wp-oauth-register.sh (Forgejo OAuth app + Vault KV) (#936) #940
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ log() { printf '%s %s\n' "$LOG_TAG" "$*"; }
|
|||
die() { printf '%s ERROR: %s\n' "$LOG_TAG" "$*" >&2; exit 1; }
|
||||
|
||||
# ── Flag parsing ─────────────────────────────────────────────────────────────
|
||||
DRY_RUN=0
|
||||
DRY_RUN="${DRY_RUN:-0}"
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
--dry-run) DRY_RUN=1 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue