From e05257f4f2ee37f0a8e3946c46226ba3ad7c915b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 29 Apr 2024 08:53:37 -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 517c5d3b..68ab1b1f 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -236,7 +236,7 @@ CHECKTEMP(){ fws=16 tmp="${spct}${temp_f_disp}${GAUGESH}" fi - c=0; spc=''; spc1=`expr ${fws} - ${#tmp}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done + c=0; spc=''; spc1=`expr ${fws} - ${#tmp}`; #until [ ${c} = ${spc1} ]; do spc="${spc} "; ((c++)); done [ ${#temp_warn} == 2 ] && spcw=' ' || spcw=' ' [ ${#temp_crit} == 2 ] && spcc=' ' || spcc=' ' echo -en