Update offsite-power-check.sh
This commit is contained in:
@@ -93,7 +93,7 @@ BATT RUNTIME: ${OFFSITE_BATT_RUNTIME}'Mins" 1
|
|||||||
}
|
}
|
||||||
|
|
||||||
PWO_STOP(){
|
PWO_STOP(){
|
||||||
ps | grep "offsite-power-check.sh" | grep -v "grep" | awk '{print $1}' | xargs kill
|
ps -U root | grep "offsite-power-check.sh" | grep -v "grep" | awk '{print $1}' | xargs kill
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user