Update temp.inc.sh

This commit is contained in:
2024-04-21 15:07:19 -05:00
parent 2785b6d73d
commit 3aafa98194

View File

@@ -179,7 +179,7 @@ CHECKTEMP(){
fws=7
tmp="${spca}${average_disp}${GAUGESH}"
else
fws=18
fws=21
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