stop statusUpate.js cron

This commit is contained in:
2025-05-07 15:13:13 +05:30
parent f6536fc6c7
commit 3f1e806b3f

View File

@@ -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"