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