Update temp.inc.sh

This commit is contained in:
2025-05-31 15:33:33 -05:00
parent 7a87e64c7e
commit 4dc4b0b108

View File

@@ -470,7 +470,7 @@ CHECKTEMP(){
lclr="${idsCL[LightCyan]}"
lmd=" "
fi
c=0; spct=''; spc1=`expr 7 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; ((c++)); done
c=0; spct=''; spc1=`expr 13 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; ((c++)); done
reading="${lclr}${lmd}${spct}${temp_f}${GAUGESH}"
echo -en "${idsCL[LightCyan]} ${sensorname}${spc}${idsCL[Default]}: ${reading} "