Very minor improvement.

This commit is contained in:
2025-07-25 23:42:55 +02:00
parent 9f49660970
commit 5319bc554a

View File

@@ -31,6 +31,6 @@ python post_to_reddit.py --target-subreddit rstat
# 5. Clean up by stopping the dashboard server. # 5. Clean up by stopping the dashboard server.
echo "Step 5: Stopping dashboard server..." echo "Step 5: Stopping dashboard server..."
kill $DASHBOARD_PID kill ${DASHBOARD_PID}
echo "--- RSTAT Daily Job Complete ---" echo "--- RSTAT Daily Job Complete ---"