diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index dac1d2b3..863ed2b8 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -131,9 +131,8 @@ CHECKTEMP(){ reading=$(CHECKTEMPSENSOR ${SENSOR} ${temp_c} ${temp_warn} ${temp_crit} ${sensorname// /_} ${avgdays}) [ "${avgdays}" != "noavg" ] && echo -en "\r\033[K" echo -e "${idsCL[LightCyan]} ${sensorname}${spc}${idsCL[Default]}: ${reading}" - - ((t++)) fi + ((t++)) done else echo -e "${idsCL[LightCyan]} ${vHOSTNAME}${spc}${idsCL[Default]}: No Data"