diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 1f1dc3d2..b2ddc82a 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -450,8 +450,8 @@ CHECKPOWER(){ fi if [ ${HOST_WATTS} -gt 0 ]; then - echo -e "${idsCL[White]} Power Supply 1 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS1}'A-${PS1V}'V" - echo -e "${idsCL[White]} Power Supply 2 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS2}'A-${PS2V}'V" + echo -e "${idsCL[LightCyan]} PS1 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS1}'A-${PS1V}'V" + echo -e "${idsCL[LightCyan]} PS2 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS2}'A-${PS2V}'V" fi echo -e "${idsCL[Default]}"