Update offsite-power-check.sh

This commit is contained in:
2023-11-05 17:54:56 -06:00
parent f0fd23cbc0
commit 71470b2538

View File

@@ -87,8 +87,9 @@ BATT RUNTIME: ${OFFSITE_BATT_RUNTIME}'Mins" 1
sleep 10s
done
}
STOP(){
ps | grep "offsite-power-check.sh" | grep -v "grep" | awk '{print $1}' | xargs kill
}