Update power.inc.sh

This commit is contained in:
2024-02-11 09:00:01 -06:00
parent 40bd26771a
commit d8ed5c5a4f

View File

@@ -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' ... "