Update temp.inc.sh

This commit is contained in:
2024-04-29 08:52:56 -05:00
parent 39ad32df02
commit caeb588037

View File

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