Update power.inc.sh

This commit is contained in:
2024-11-10 09:41:35 -06:00
parent 0791cbfc09
commit 99c08b6f64

View File

@@ -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
}