From 624174815aae60b9851914530750c325a7ea5d4e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 Apr 2024 12:52:57 -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 c71f234a..c766e79e 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -308,7 +308,7 @@ CHECKTEMP(){ [ ${#temp_crit} == 2 ] && spcc=' ' || spcc=' ' if [ "${TTYPE}" == "fans" ]; then tmp="${lmd}${spct}${temp_f}${GAUGESH}" - c=0; spc=''; spc1=`expr ${fws} - ${#tmp} + 5`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done + c=0; spc=''; spc1=`expr ${fws} - ${#tmp} + 4`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done echo -e "${spc}${idsCL[Default]}[ ${idsCL[Green]}${GL_LOW}°F${idsCL[Default]} <--> ${idsCL[LightYellow]}${GL_HIGH}°F${idsCL[Default]} ]" else tmp="${spct}${temp_f}${GAUGESH}"