diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 88865892..46a11b2e 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -859,8 +859,9 @@ PDUCONTROL(){ } SENDPOWER(){ + SENDNOTICE "test" "testing 213123" & st_power=`${PW_SCRIPT} check power -p` - SENDNOTICE "${1}" "${st_power}" + SENDNOTICE "${1}" "${st_power}" & }