From ca9fb1d03a649ce9070ae9be0fa4fc176d9e1edf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 21:16:45 -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 92fc1905..a7ad021e 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -244,7 +244,7 @@ CHECKTEMP(){ fi ([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " " [ ${#M} -eq 2 ] && echo -n " " - c=0; spc=''; spc1=`expr 4 - ${#OLD_temp_f}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done + c=0; spc=''; spc1=`expr 6 - ${#OLD_temp_f}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${lclr} ${lico}${spc}${OLD_temp_f}${GAUGESH}" done