From f2fc66b4c80833a67f9cbce5b4accb80047b155c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 May 2025 15:36:43 -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 309696eb..ea3df1fa 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -531,7 +531,7 @@ CHECKTEMP(){ fi else tmp="${spct}${temp_f}${GAUGESH}" - c=0; spc=''; spc1=`expr ${fws} - ${#tmp} + 5`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done + c=0; spc=''; spc1=`expr ${fws} - ${#tmp} + 4`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done echo -e "${spc}${idsCL[Default]}[${spcw}${idsCL[Yellow]}${temp_warn}${GAUGESH}${idsCL[Default]} /${spcc}${idsCL[LightRed]}${temp_crit}${GAUGESH}=>${idsCL[Default]} ]" fi else