From 0a5b8d359c382a1c0547931eb25b0436a4cd896c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 1 Feb 2024 19:38:15 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 31c08eba..75554d7b 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -122,7 +122,7 @@ CHECKTEMP(){ vHOSTIP=${PW_HOST_ADDRESSES[${SENSOR}]} vHOSTNAME=${PW_ESXI_HOST_NAMES[${vHOSTiDRACIP}]} - ([ "${temptype}" == "fans" ] && [ "${SENSOR}" == "iDS-vMS-Host6" ]) && echo -e "${idsCL[LightYellow]}This host's PSU is not compatible, Fans are instead synced with 'iDS-vMS-Host7'${idsCL[Default]}" || echo + ([ "${temptype}" == "fans" ] && [ "${SENSOR}" == "iDS-vMS-Host6" ]) && echo -e "${idsCL[LightYellow]}This host's PSU is not compatible, Fans are instead synced with 'iDS-vMS-Host7'${idsCL[Default]}" echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR} Host Sensors ${idsST[Reset]}${idsCL[White]}[${vHOSTiDRACIP}]" if [ ! -f ${PW_TMPFOLDER}/${SENSOR}.down ]; then if [ "${avgdays}" != "noavg" ]; then @@ -207,7 +207,6 @@ CHECKTEMP(){ # fi fi # fi - ([ "${temptype}" != "fans" ] || ([ "${temptype}" == "fans" ] && [ "${SENSOR}" != "iDS-vMS-Host6" ])) && echo fi done