From 5ccfa8ffa3a85888b60859e4214b29a3cf89d47d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 27 Feb 2024 09:36:47 -0600 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 f33c6f2a..bbcef89b 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -183,7 +183,7 @@ CHECKTEMP(){ fi if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then - echo -e "-${idsCL[White]}|-- ${idsCL[Default]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]}" + echo -e " ${idsCL[White]}|-- ${idsCL[Default]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]}" fi echo