From 9b5447eca25c29571a41c9960dfb9f81d7a7bbdb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 Apr 2024 20:51:55 -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 ad45edab..ef455ab4 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -143,7 +143,7 @@ CHECKTEMP(){ elif [ $(bc -l <<< "$(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old2 | cut -d'~' -f 1) < ${temp_f}") -eq 1 ]; then reading="${reading}${idsCL[LightRed]}\u25B2 " elif [ $(bc -l <<< "${temp_f} < $(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old2 | cut -d'~' -f 1)") -eq 1 ]; then - reading="${reading} ${idsCL[LightGreen]}\u25BC " + reading="${reading}${idsCL[LightGreen]}\u25BC " else reading="${reading} " fi