From b2df54f9bb90383b85f8242f6ea541d81dc51de7 Mon Sep 17 00:00:00 2001 From: Daisie Huang Date: Fri, 18 Oct 2024 15:47:32 -0700 Subject: [PATCH] Update heartbeat.sh --- candig_federation/heartbeat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candig_federation/heartbeat.sh b/candig_federation/heartbeat.sh index ea2874d..9459ca0 100644 --- a/candig_federation/heartbeat.sh +++ b/candig_federation/heartbeat.sh @@ -1,4 +1,4 @@ -until python heartbeat.py; do +until python candig_federation/heartbeat.py; do echo "Heartbeat crashed with exit code $?. Respawning.." >&2 sleep 1 done \ No newline at end of file