From 8d9621b33bedb1ff74adb02342a704138e6a7ae0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Feb 2024 09:07:44 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 6e312fd5..ae164f23 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -166,7 +166,6 @@ CHECKTEMP(){ fws=21 tmp="${spct}${temp_f_disp}${GAUGESH}" fi - echo "HERE: '${fws} - ${#tmp}'" c=0; spc=''; spc1=`expr ${fws} - ${#tmp}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done [ ${#temp_warn} == 2 ] && spcw=' ' || spcw=' ' [ ${#temp_crit} == 2 ] && spcc=' ' || spcc=' '