diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 784e6dea..79b9ac96 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -160,7 +160,7 @@ CHECKTEMP(){ fi if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then if [ "${average}" != "" ]; then - [ "${temp_f}" != "" ] && fws=10 || fws=8 + [ "${temp_f}" != "" ] && fws=10 || fws=10 tmp="${spca}${average_disp}${GAUGESH}" else fws=22