use raw controller

This commit is contained in:
Adam Wilson
2025-05-19 21:41:14 -06:00
parent 8def474734
commit d1c87d4cdf
9 changed files with 167 additions and 155 deletions
+2
View File
@@ -2,6 +2,8 @@
echo "Starting system monitoring..."
cd $GITHUB_WORKSPACE
# Read API PID from file
API_PID=$(cat api_pid.txt)
echo "Monitoring API process with PID: $API_PID"