Update power.inc.sh

This commit is contained in:
2024-02-11 15:47:15 -06:00
parent 62ce88d286
commit 18e97a993e

View File

@@ -454,12 +454,12 @@ CHECKPOWER(){
fi
if [ ${HOST_WATTS} -gt 0 ]; then
DIVIDER . lightCyan ${PRI_WIDTH}
DIVIDER . darkGray ${PRI_WIDTH}
echo -e "${idsCL[LightCyan]} PS1 ${idsCL[Default]}: ${idsCL[LightCyan]}${PS1}'amps ${idsCL[Default]}@${idsCL[LightCyan]} ${PS1V}'volts"
echo -e "${idsCL[LightCyan]} PS2 ${idsCL[Default]}: ${idsCL[LightCyan]}${PS2}'amps ${idsCL[Default]}@${idsCL[LightCyan]} ${PS2V}'volts"
fi
# echo -e "${idsCL[Default]}"
[ "${SENSOR}" != "OFF-vMS-Host1" ] && DIVIDER . darkGray ${PRI_WIDTH}
[ "${SENSOR}" != "OFF-vMS-Host1" ] && DIVIDER . lightCyan ${PRI_WIDTH}
if [ "${HOST_WATT_SENSORS}" != "" ] && [ ${HOST_WATTS} -gt 0 ]; then
if [[ "${PW_HOST_IDRACS[${SENSOR}]}" = *"10.10."* ]]; then