From 8493f4dc2844599e4a097b890cf697b8a8bd9aba Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:29:23 -0400 Subject: [PATCH] fix: fix name of script in cron --- cron.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.conf b/cron.conf index ba26390..c3c1dbb 100644 --- a/cron.conf +++ b/cron.conf @@ -1,2 +1,2 @@ # Run the script every 5 minutes -*/5 * * * * bash /downdetector/isalivescript.sh +*/5 * * * * bash /downdetector/isalive.sh