From 93b53e07f140a4e7f5cc982dd35670d7c4dadecf Mon Sep 17 00:00:00 2001 From: Akhil Meka Date: Tue, 9 Sep 2025 13:51:11 +0530 Subject: [PATCH] fix: remove archive cron script --- scripts/cron.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cron.sh b/scripts/cron.sh index 1030058..68fe405 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/archive.js" node --env-file=.env "$CRON_DIR/configUpdate.js" node --env-file=.env "$CRON_DIR/analytics.js" \ No newline at end of file