From 14e0e34c41c66f5854263f9eee939e867c60ee04 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 20:09:42 -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 c767bc5e..c5cf5d34 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -226,7 +226,7 @@ CHECKTEMP(){ fi if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then - echo -en " ${idsCL[White]}|-- ${idsCL[Cyan]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%" + echo -en "${idsCL[White]}|-- ${idsCL[Cyan]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%" if [ "${avgdays}" != "noavg" ]; then echo -en " ${idsCL[Default]} / ${idsCL[Yellow]}Calculating ${avgdays_disp} average ... " average=$(AVERAGETEMP ${SENSOR} ${avgdays} hum)