From c2a7ffc27ff9d90a77514c0040b3e385521cd9f5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 27 Jan 2024 14:40:58 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 0dcec055..c65c4684 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -31,7 +31,7 @@ CHECKTEMP(){ esac shift 1 done - if [ "${temptype}" != "sensors" ]; then + if [ "${temptype}" != "sensors" ] && [ "${search}" == "" ]; then for ESXIHOST in "${PW_ALLHOSTS[@]}"; do if [ ! -f ${PW_TMPFOLDER}/${PW_ESXI_HOST_NAMES[${ESXIHOST}]}.down ]; then GET_HOST_FANSPEED ${ESXIHOST} ${cdt} &