Update temp.inc.sh
This commit is contained in:
@@ -166,7 +166,7 @@ CHECKTEMPSENSOR(){
|
||||
fi
|
||||
# echo "HERE: '${temp_c}' -> '${temp_f}'"
|
||||
# echo -en ""
|
||||
c=0; spct=''; spc1=`expr 5 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; c=`expr ${c} + 1`; done
|
||||
c=0; spct=''; spc1=`expr 6 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; c=`expr ${c} + 1`; done
|
||||
|
||||
if [ "${average}" != "" ]; then
|
||||
c=0; spca=''; spc1=`expr 6 - ${#average}`; until [ ${c} = ${spc1} ]; do spca="${spca} "; c=`expr ${c} + 1`; done
|
||||
|
||||
Reference in New Issue
Block a user