diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 67eea645..6a8690b3 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -156,7 +156,7 @@ CHECKPOWER(){ # echo DIVIDER . lightCyan ${PRI_WIDTH} c=0; spc=''; spc1=`expr ${wspc} - ${#AD}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done - echo -e "${idsCL[LightCyan]}Totals ${idsCL[Default]}: Amps ${idsCL[Green]}Watts${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}Totals : Amps Watts${idsCL[Default]}" [ ${REPORT} -eq 0 ] && echo -en "${idsCL[Yellow]}Pulling data from 'ServerRoom' ... "