Update offsite-power-check.sh

This commit is contained in:
2023-11-05 20:13:14 -06:00
parent c6df2a1ef6
commit 4cee57c818

View File

@@ -93,7 +93,7 @@ BATT RUNTIME: ${OFFSITE_BATT_RUNTIME}'Mins" 1
}
PWO_STOP(){
ps -U root | grep "offsite-power-check.sh" | grep -v "grep" | awk '{print $1}' | xargs kill
ps -U root | grep "offsite-power-check.sh start" | grep -v "grep" | awk '{print $1}' | xargs kill
}