Update temp.inc.sh

This commit is contained in:
2024-01-30 14:58:31 -06:00
parent 156b40e0da
commit 0f5e02e1f6

View File

@@ -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"