Update temp.inc.sh

This commit is contained in:
2024-05-12 17:29:24 -05:00
parent 374a4e0d49
commit 9f296565e5

View File

@@ -261,7 +261,7 @@ CHECKTEMP(){
if [ ${#M} -lt 3 ]; then
echo -n "${#M} "
c=0; spc1=`expr ${#M} - 1`
until [ ${c} = ${spc1} ]; do
until [ ${c} = ${spc1} ] || [ ${c} -eq 0 ]; do
echo -n " "
((c++))
done