fix: [nomad-step-3] S3.3 — wp-oauth-register.sh (Forgejo OAuth app + Vault KV) (#936) #940

Merged
dev-qwen merged 4 commits from fix/issue-936 into main 2026-04-17 06:08:10 +00:00
Showing only changes of commit 13088f4eb2 - Show all commits

View file

@ -60,7 +60,7 @@ log() { printf '%s %s\n' "$LOG_TAG" "$*"; }
die() { printf '%s ERROR: %s\n' "$LOG_TAG" "$*" >&2; exit 1; } die() { printf '%s ERROR: %s\n' "$LOG_TAG" "$*" >&2; exit 1; }
# ── Flag parsing ───────────────────────────────────────────────────────────── # ── Flag parsing ─────────────────────────────────────────────────────────────
DRY_RUN=0 DRY_RUN="${DRY_RUN:-0}"
for arg in "$@"; do for arg in "$@"; do
case "$arg" in case "$arg" in
--dry-run) DRY_RUN=1 ;; --dry-run) DRY_RUN=1 ;;