Update temp.inc.sh

This commit is contained in:
2024-02-25 09:19:21 -06:00
parent 5241641a61
commit adeca85958

View File

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