From 4dc4b0b108c47fe473a324e04ab7ec6df0e74d5f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 May 2025 15:33:33 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index aa1100cb..4d3e0f8e 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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} "