From 81ae4e98757854ab9772d55e431f724a4276de78 Mon Sep 17 00:00:00 2001 From: Akhil Meka Date: Fri, 2 May 2025 12:44:46 +0530 Subject: [PATCH] updated cron script --- scripts/cron.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/cron.sh b/scripts/cron.sh index 27ed5eb..b3c4c7b 100644 --- a/scripts/cron.sh +++ b/scripts/cron.sh @@ -14,8 +14,7 @@ CRON_DIR="$WORKDIR/cron" # Navigate to the working directory cd "$WORKDIR" || { echo "Failed to change directory to $WORKDIR"; exit 1; } -# Execute notificationCleanup.js node --env-file=.env "$CRON_DIR/notificationCleanup.js" - -# Execute archive.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"