Update temp.inc.sh

This commit is contained in:
2024-01-30 14:37:33 -06:00
parent 2e33cdf0f8
commit eb08609289

View File

@@ -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]}"