From cca7fe4f69211c465a593c08f39cf86564a87c1f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Dec 2023 15:52:05 -0600 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/power.inc.sh b/inc/power.inc.sh index e3a59331..a9314851 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -868,9 +868,8 @@ SENDPOWER(){ SENDNOTICE "TEST 2" "TESTING TESTING" & - echo -en "sending ... " - SENDNOTICE "${1}" "`${PW_SCRIPT} check power -p -r`" - echo "done" + st_power=`${PW_SCRIPT} check power -p -r` + SENDNOTICE "${1}" "${st_power/\%/\%25}" }