From eb0860928961cfa6b3eb165b918397be76ac4166 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 30 Jan 2024 14:37:33 -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 e639aeaf..417757ed 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -87,7 +87,7 @@ CHECKTEMP(){ [ "${SENSOR}" == "iDS-vMS-Host6" ] && cSENSOR="iDS-vMS-Host7" || cSENSOR=${SENSOR} if [ -f ${PW_TMPFOLDER}/.lastfancheck/${cSENSOR}.gl ]; then FSC="${idsCL[LightGreen]}${idsST[Bold]}" - elif [ ! -f ${PW_TMPFOLDER}/.lastfancheck/${cSENSOR}.set ]; then + elif [ -f ${PW_TMPFOLDER}/.lastfancheck/${cSENSOR}.set ]; then FSC="${idsCL[Green]}" else FSC="${idsCL[LightYellow]}"