From 513f8a2e751e5d4ebede42af87eb74ef8e447dec Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 21:24:15 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 4965f3b2..26e36fbe 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -245,8 +245,8 @@ CHECKTEMP(){ ([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " " echo -en "${idsCL[White]} -" [ ${#M} -eq 2 ] && echo -n " " - c=0; spc=''; spc1=`expr 7 - ${#OLD_temp_f}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done - echo -e "${lclr}${M} Mins Ago - ${lclr} ${lico}${spc}${OLD_temp_f}${GAUGESH}" + # c=0; spc=''; spc1=`expr 7 - ${#OLD_temp_f}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done + echo -e "${lclr}${M} Mins Ago - ${lclr}${lico} ${OLD_temp_f}${GAUGESH}" done fi