From 2c93a869f12c40b475761a712dd5204247a1f71d Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 28 Oct 2025 06:20:50 +0200 Subject: [PATCH] initial codes try 4 --- files/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/entrypoint.sh b/files/entrypoint.sh index e4e5b64..0c36f23 100644 --- a/files/entrypoint.sh +++ b/files/entrypoint.sh @@ -5,7 +5,7 @@ log(){ echo "[nats-registration][entrypoint] $*"; } err(){ echo "[nats-registration][entrypoint][ERROR] $*" >&2; } # Sanity: tools -+for bin in curl jq python; do +for bin in curl jq python; do command -v "$bin" >/dev/null 2>&1 || { err "Missing $bin"; exit 2; } done