initial codes try 4
This commit is contained in:
@@ -5,7 +5,7 @@ log(){ echo "[nats-registration][entrypoint] $*"; }
|
|||||||
err(){ echo "[nats-registration][entrypoint][ERROR] $*" >&2; }
|
err(){ echo "[nats-registration][entrypoint][ERROR] $*" >&2; }
|
||||||
|
|
||||||
# Sanity: tools
|
# 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; }
|
command -v "$bin" >/dev/null 2>&1 || { err "Missing $bin"; exit 2; }
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user