From fea662fdd1159386303427fd216b9d864148da43 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Feb 2024 09:14:43 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index c2efdb32..82687c6a 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -160,10 +160,10 @@ CHECKTEMP(){ fi if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then if [ "${average}" != "" ]; then - [ "${temp_f}" != "" ] && [ "${temp_f_disp}" != "0" ] && fws=11 || fws=9 + [ "${temp_f}" != "" ] && [ "${temp_f_disp}" != "0" ] && fws=12 || fws=9 tmp="${spca}${average_disp}${GAUGESH}" else - fws=21 + fws=20 tmp="${spct}${temp_f_disp}${GAUGESH}" fi c=0; spc=''; spc1=`expr ${fws} - ${#tmp}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done