From 0f5e02e1f65565379f15e4fe8109f0dae6fd8f09 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 30 Jan 2024 14:58:31 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"