From b518899a028ca0d85f1884198b015342dce44197 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 May 2025 21:13:02 -0500 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 a0ba3e4a..5f2e37d5 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -343,7 +343,7 @@ CHECKPOWER(){ if [ "${avgdays}" == "" ]; then echo "" else - echo -e "${idsCL[Yellow]} Calculating ${avgdays_disp} Average ... " + echo -en "${idsCL[Yellow]} Calculating ${avgdays_disp} Average ... " AMP_avg=$(AVERAGEPOWER ${PW_POWERSENSOR_ID['ups-input']} ${avgdays} amp) [ ${REPORT} -eq 0 ] && echo -en "\r\033[K" echo -e "${idsCL[White]}UPS Input ${idsCL[Default]}: ${idsCL[Green]}${AD1}'A${spc1}`IDS_NUMBER_FORMAT ${UPS_VOLTIN}`'V${idsCL[LightYellow]} ${AD}'A${idsCL[Default]}"