diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 0adc4f43..4178bea5 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -352,9 +352,9 @@ CHECKPOWER(){ if [ "${PTYPE}" != "power" ]; then DIVIDER . yellow ${PRI_WIDTH} - echo -en "${idsCL[Yellow]}ESXi Host Power Information" + echo -e "${idsCL[Yellow]}ESXi Host Power Information" DIVIDER . yellow ${PRI_WIDTH} - [ "${avgdays}" != "" ] && echo -e " --${idsCL[LightYellow]}${avgdays_disp}-Averages---" || echo + [ "${avgdays}" != "" ] && echo -e " --${idsCL[LightYellow]}${avgdays_disp}-Averages---" echo -en "${idsCL[LightCyan]} Amps Watts" [ "${avgdays}" != "" ] && echo -e " Amps Watts" || echo DIVIDER . lightCyan ${PRI_WIDTH}