From e4e919d9a3438b34a2983742de651e3cca06814a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 30 Jan 2024 14:52:13 -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 c11734b3..ff0d9d7d 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -103,7 +103,7 @@ CHECKTEMP(){ else echo -e "${idsCL[Default]}" fi - if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "esxi" ]; then + if [ "${temptype}" != "fans" ]; then DIVIDER . lightCyan 70 echo -en "${idsCL[Yellow]}Pulling data for '${SENSOR}' ... "