diff --git a/inc/power.inc.sh b/inc/power.inc.sh index bb3e23f8..e8eccc46 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -450,11 +450,10 @@ CHECKPOWER(){ fi if [ ${HOST_WATTS} -gt 0 ]; then - 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" + echo -e "${idsCL[LightCyan]} PS1 ${idsCL[Default]}: ${idsCL[LightCyan]}${PS1}'A @ ${PS1V}'V${idsCL[Default]}" + echo -e "${idsCL[LightCyan]} PS2 ${idsCL[Default]}: ${idsCL[LightCyan]}${PS2}'A @ ${PS2V}'V${idsCL[Default]}" fi - echo -e "${idsCL[Default]}" fi fi done