From df111a962b61128a6f305cedc82ef6350d5c0d48 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 19:55:22 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 1fedf925..de314392 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -214,6 +214,10 @@ CHECKTEMP(){ echo -e "${idsCL[Default]}" fi + if [ ${DETAILS} -eq 1 ]; then + echo here + fi + if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then echo -en " ${idsCL[White]}|-- ${idsCL[Default]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%" if [ "${avgdays}" != "noavg" ]; then @@ -223,10 +227,6 @@ CHECKTEMP(){ fi echo -e "${idsCL[Default]}" fi - - if [ ${DETAILS} -eq 1 ]; then - echo here - fi echo last_sensor=${SENSOR}