From 7e4121e01be24844097827f5f90f7f2e2ae3db05 Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:29:51 +0100 Subject: [PATCH] Update run_daily.sh --- src/run_daily.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/run_daily.sh b/src/run_daily.sh index 037f02e..31656fd 100644 --- a/src/run_daily.sh +++ b/src/run_daily.sh @@ -28,8 +28,5 @@ sleep $SLEEPTIME # Log the start of the script echo "Starting script..." -# Update config with environment variables before running the script -node src/updateConfig.js - # Execute the Node.js script directly npm run start