From 2aec9afed5cfbd4f932d66c987f2198a7ed7aa6d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 30 Jun 2024 13:00:56 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index a0ecc726..2c5ea93c 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -594,15 +594,13 @@ CHECKTEMP(){ echo -e "${idsCL[Default]}" fi - elif [ "${SENSOR}" == "iDS-vMS-Host6" ] && [[ "${sensorname}" = *"Inlet"* ]]; then - echo - echo -e "${idsCL[LightCyan]} ${sensorname}${spc}${idsCL[Default]}: ${idsCL[LightYellow]}PSU is not compatible${idsCL[Default]}" fi fi fi ((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]}" echo -e " Fans are not managed for this host" fi else