This commit is contained in:
2025-07-19 15:15:14 -05:00
parent ae2e3ef18d
commit 8483f70db3
3 changed files with 3 additions and 3 deletions

View File

@@ -1686,7 +1686,7 @@ SENDPOWER(){
}
OFFSITE_SENDPOWER(){
st_power=`${PW_SCRIPT} check temp -o -S -r -x usage; ${PW_SCRIPT} check power -o -p -r`
st_power=$(${PW_SCRIPT} check temp -o -S -r -x usage; ${PW_SCRIPT} check power -o -p -r)
SENDNOTICE "${1}" "${st_power}" 0 cosmic
}