From 0e465f3d545a2f19a90a79727c06cc21ab1efc60 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 23 Apr 2024 18:25:53 -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 9ad180c9..2c8c6efa 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -413,7 +413,7 @@ CHECKTEMP(){ elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "d" ]; then echo -e "${idsCL[LightCyan]}\u25BC ${idsCL[Default]}" elif [ "$(cat ${PW_TMPFOLDER}/.lastfancheck/${SENSOR}.set | cut -d'~' -f 2)" == "m" ]; then - echo -e "${idsCL[LightCyan]}\u2720" ${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}\u2720 ${idsCL[Default]}" else echo -e "${idsCL[Default]}" fi