diff --git a/inc/power.inc.sh b/inc/power.inc.sh index ccd55c67..50bd9fff 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -1367,7 +1367,7 @@ SENDPOWER(){ } OFFSITE_SENDPOWER(){ - st_power=`${PW_SCRIPT} check temp -m -S -r; ${PW_SCRIPT} check power -o -p -r` + st_power=`${PW_SCRIPT} check temp -o -S -r; ${PW_SCRIPT} check power -o -p -r` SENDNOTICE "${1}" "${st_power}" 0 cosmic }