Update temp.inc.sh

This commit is contained in:
2024-04-29 08:42:34 -05:00
parent 62e9e77573
commit d0f47ca102

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 21 - $(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