From 5319bc554a18052db0164bb79475803c09a8700a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Fri, 25 Jul 2025 23:42:55 +0200 Subject: [PATCH] Very minor improvement. --- run_daily_job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_daily_job.sh b/run_daily_job.sh index d181a90..cf70ed2 100755 --- a/run_daily_job.sh +++ b/run_daily_job.sh @@ -31,6 +31,6 @@ python post_to_reddit.py --target-subreddit rstat # 5. Clean up by stopping the dashboard server. echo "Step 5: Stopping dashboard server..." -kill $DASHBOARD_PID +kill ${DASHBOARD_PID} echo "--- RSTAT Daily Job Complete ---"