Update temp.inc.sh

This commit is contained in:
2024-01-30 14:38:05 -06:00
parent eb08609289
commit 29790ad9ae

View File

@@ -88,7 +88,7 @@ CHECKTEMP(){
if [ -f ${PW_TMPFOLDER}/.lastfancheck/${cSENSOR}.gl ]; then
FSC="${idsCL[LightGreen]}${idsST[Bold]}"
elif [ -f ${PW_TMPFOLDER}/.lastfancheck/${cSENSOR}.set ]; then
FSC="${idsCL[Green]}"
FSC="${idsCL[LightGreen]}"
else
FSC="${idsCL[LightYellow]}"
fi