Update power.inc.sh

This commit is contained in:
2023-12-30 14:56:49 -06:00
parent faa2f7026f
commit 73a7612ac8

View File

@@ -859,7 +859,7 @@ PDUCONTROL(){
}
SENDPOWER(){
st_power=$(CHECKPOWER -p)
st_power=`${PW_SCRIPT} check power -p`
SENDNOTICE "${1}" "${st_power}"
}