From 99c08b6f64f155b2cbae79f78cd78e14b56f1f0c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Nov 2024 09:41:35 -0600 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }