diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 1aa72a18..c381234c 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -345,7 +345,7 @@ CHECKTEMPSENSOR(){ # el if [[ "${1}" != *"FAN"* ]]; then tmp="${spct}${temp_f_disp}${GAUGESH}" - [ "${average}" != "" ] && fws=10 || fws=16 + [ "${average}" != "" ] && fws=12 || fws=16 c=0; spc=''; spc1=`expr ${fws} - ${#tmp}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done [ ${#temp_warn} == 2 ] && spcw=' ' || spcw=' ' [ ${#temp_crit} == 2 ] && spcc=' ' || spcc=' '