Update temp.inc.sh

This commit is contained in:
2024-04-29 08:42:52 -05:00
parent d0f47ca102
commit 94977aaae4

View File

@@ -228,7 +228,7 @@ CHECKTEMP(){
fws=10
tmp="${spca}${average_disp}${GAUGESH}"
else
fws=$(expr 21 - $(expr ${#PW_TEMPIND_RANGE[@]} \* 2))
fws=$(expr 20 - $(expr ${#PW_TEMPIND_RANGE[@]} \* 2))
tmp="${spct}${temp_f_disp}${GAUGESH}"
fi
c=0; spc=''; spc1=`expr ${fws} - ${#tmp}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done