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}