From c4574308d453339e6c9018506596f1ae4eab019e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Nov 2024 22:45:12 -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 80e2401e..d4492ab1 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -1368,7 +1368,7 @@ SENDPOWER(){ } OFFSITE_SENDPOWER(){ - st_power=`${PW_SCRIPT} check power -o -p -r` + st_power=`${PW_SCRIPT} check power -o -p -r; ${PW_SCRIPT} check temp -o -S -r` SENDNOTICE "${1}" "${st_power}" 0 cosmic }