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