Update power.inc.sh
This commit is contained in:
@@ -455,10 +455,9 @@ CHECKPOWER(){
|
||||
|
||||
if [ ${HOST_WATTS} -gt 0 ]; then
|
||||
DIVIDER . darkGray ${PRI_WIDTH}
|
||||
echo -e " PS1 : ${idsCL[LightCyan]}${PS1}'amps ${idsCL[Default]}@${idsCL[LightCyan]} ${PS1V}'volts"
|
||||
echo -e " PS2 : ${idsCL[LightCyan]}${PS2}'amps ${idsCL[Default]}@${idsCL[LightCyan]} ${PS2V}'volts"
|
||||
echo -e " PS1 : ${idsCL[LightCyan]}${PS1}'amps ${idsCL[Default]}@${idsCL[LightCyan]} ${PS1V}'volts${idsCL[Default]}"
|
||||
echo -e " PS2 : ${idsCL[LightCyan]}${PS2}'amps ${idsCL[Default]}@${idsCL[LightCyan]} ${PS2V}'volts${idsCL[Default]}"
|
||||
fi
|
||||
# echo -e "${idsCL[Default]}"
|
||||
[ "${SENSOR}" != "OFF-vMS-Host1" ] && DIVIDER . lightCyan ${PRI_WIDTH}
|
||||
|
||||
if [ "${HOST_WATT_SENSORS}" != "" ] && [ ${HOST_WATTS} -gt 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user