freetak/scripts/healthcheck.sh
Merith-TK bfc790355a
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 16m30s
it builds, but does it run?
2025-07-04 22:27:34 +01:00

4 lines
116 B
Bash
Executable file

#!/bin/bash
# Simple healthcheck - check if the FTS process is running
pgrep -f "FreeTAKServer" > /dev/null
exit $?