diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index f386bd68..68fe0456 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -153,7 +153,7 @@ CHECKTEMP(){ if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then if [ "${average}" != "" ]; then fws=11 - tmp="${spct}${averagedisp}${GAUGESH}" + tmp="${spct}${average_disp}${GAUGESH}" else fws=21 tmp="${spct}${temp_f_disp}${GAUGESH}"