Update temp.inc.sh

This commit is contained in:
2024-06-30 13:02:13 -05:00
parent 2aec9afed5
commit 4dfc92a22e

View File

@@ -600,7 +600,7 @@ CHECKTEMP(){
((t++))
done
if [ "${TTYPE}" == "fans" ] && [[ "${PW_ESXI_FANSPEEDCONTROL_HOSTS}" != *"${PW_HOST_IDRACS[${SENSOR}]}"* ]]; then
echo -e "${idsCL[LightCyan]} System Board Exhaust ${idsCL[Default]}: ${idsCL[LightYellow]}PSU is not compatible${idsCL[Default]}"
[ "${SENSOR}" == "iDS-vMS-Host6" ] && echo -e "${idsCL[LightCyan]} System Board Exhaust ${idsCL[Default]}: ${idsCL[LightYellow]}PSU is not compatible${idsCL[Default]}"
echo -e " Fans are not managed for this host"
fi
else