From e1da95436997a62e918ba8571d678e6e5495e24b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Dec 2023 15:47:53 -0600 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 093f7e8f..72acb512 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -867,8 +867,8 @@ PDUCONTROL(){ SENDPOWER(){ SENDNOTICE "TEST 2" "TESTING TESTING" & echo -en "sending ... " - SENDNOTICE "${1}" "`${PW_SCRIPT} check power -p`" - echo done + SENDNOTICE "${1}" "`${PW_SCRIPT} check power -p -r`" + echo "done" }