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"