From 558332d07e0dbdc266ae25d16a985f2d3780aa73 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 19 Jul 2025 09:34:34 -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 00cef04d..98943371 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -544,7 +544,7 @@ CHECKPOWER(){ DIVIDER . lightCyan ${PRI_WIDTH} [ "${avgdays}" != "" ] && echo -e " --${idsCL[LightYellow]}${avgdays_disp}-Averages---" echo -en "${idsCL[LightCyan]}Totals Amps Watts" - [ "${avgdays}" != "" ] && echo -e " Amps Watts" || echo + [ "${avgdays}" != "" ] && echo -e " Amps Watts" || echo -e " Volts" if (( $(bc <<<"${OFFSITE_WATTS} < ${TOTAL_MISC_WATTS}") )); then AW=${TOTAL_MISC_WATTS} AD=${TOTAL_MISC_AMPS}