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