From 3f1e806b3ff99f7dd16d7f7e4e156e1ea05e7a6d Mon Sep 17 00:00:00 2001 From: Akhil Meka Date: Wed, 7 May 2025 15:13:13 +0530 Subject: [PATCH] stop statusUpate.js cron --- scripts/cron.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cron.sh b/scripts/cron.sh index b3c4c7b..00909b0 100644 --- a/scripts/cron.sh +++ b/scripts/cron.sh @@ -17,4 +17,3 @@ cd "$WORKDIR" || { echo "Failed to change directory to $WORKDIR"; exit 1; } node --env-file=.env "$CRON_DIR/notificationCleanup.js" node --env-file=.env "$CRON_DIR/archive.js" node --env-file=.env "$CRON_DIR/configUpdate.js" -node --env-file=.env "$CRON_DIR/statusUpdate.js"