From e2504e969129fda242d51c635fbeee7eff84ec93 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 Apr 2024 12:39:50 -0500 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 f431bfc7..b08671f5 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -331,7 +331,7 @@ CHECKTEMP(){ echo -en " Last set : ${FSC}$(date -r ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set "+%m/%d @ %l:%M%p") " if [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "u" ]; then echo -en "\u2B06" - elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "u" ]; then + elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "d" ]; then echo -en "\u2B07" fi echo -e "${idsCL[Default]}"