Files
proof-of-work/start9-example-packaging/0.3.5/healthcheck.sh
T
2026-02-28 09:27:26 -06:00

6 lines
103 B
Bash

#!/bin/sh
set -eu
PORT="${CRM_PORT:-8080}"
curl -fsS "http://127.0.0.1:${PORT}/api/health" >/dev/null