From 057d7a02640111f7bc3eb3f652ff4d335746a8f7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 20:55:56 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 23d1d5d5..37ddfc2d 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -230,18 +230,9 @@ CHECKTEMP(){ fi ([ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]) && echo -en "${idsCL[White]}| " || echo -n " " [ ${#M} -eq 2 ] && echo -n " " - echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${OLD_temp_f}${GAUGESH}" + echo -e "${idsCL[White]} ${lclr}${M} Mins Ago ${OLD_temp_f[1]}${GAUGESH}" done - - [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| " || echo -n " " - echo -e "${idsCL[White]} ${idsCL[Default]} 15 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}" - [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| " || echo -n " " - echo -e "${idsCL[White]} ${idsCL[Default]} 30 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}" - [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| " || echo -n " " - echo -e "${idsCL[White]} ${idsCL[Default]} 60 Mins Ago ${idsCL[Default]}${temp_f_disp}${GAUGESH}" - [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ] && echo -en "${idsCL[White]}| " || echo -n " " - echo -e "${idsCL[White]} ${idsCL[Default]}120 Mins Ago 5 ${idsCL[Default]}${temp_f_disp}${GAUGESH}" fi if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then