diff --git a/inc/power.inc.sh b/inc/power.inc.sh index f586864d..e6d5a934 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -438,7 +438,7 @@ CHECKPOWER(){ [ ${REPORT} -eq 0 ] && echo -en "\r\033[K" AD=$(IDS_NUMBER_FORMAT ${KYLE_AMP} 2 yes); c=0; spc=''; spc1=`expr ${wspc} - ${#AD}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done - MSG="${idsCL[White]}Total Power Usage ${idsCL[Default]}: ${idsCL[White]}${AD}'A${spc}`IDS_NUMBER_FORMAT ${KYLE_WATT} 1 yes`'W ${idsCL[Default]}" + MSG="${idsCL[White]}Outlet #7 Power ${idsCL[Default]}: ${idsCL[White]}${AD}'A${spc}`IDS_NUMBER_FORMAT ${KYLE_WATT} 1 yes`'W ${idsCL[Default]}" echo -en "${MSG}" if [ "${avgdays}" != "" ]; then echo -en "${idsCL[Yellow]} Calculating Kyle's Total Power Averages ... "