From d9397e572b1f47d6ae20dd5c01c9fa4b8d0e4afb Mon Sep 17 00:00:00 2001 From: Akhil Meka Date: Mon, 12 May 2025 12:38:47 +0530 Subject: [PATCH] pause notfication cleanup --- scripts/cron.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cron.sh b/scripts/cron.sh index 00909b0..bd0f91a 100644 --- a/scripts/cron.sh +++ b/scripts/cron.sh @@ -14,6 +14,5 @@ CRON_DIR="$WORKDIR/cron" # Navigate to the working directory 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"