From f6e9cabe22a8c5757b6fed059726a3129180e0db Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 13:39:55 -0600 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 af4487ba..37bd3627 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -158,8 +158,8 @@ CHECKTEMPSENSOR(){ fi (( $(bc <<<"${temp_f} < 1") )) && [[ "${temp_f}" = *"."* ]] && temp_f="0${temp_f}" fi - # echo "HERE: '${temp_c}' -> '${temp_f}'" - # echo -en "" + echo "HERE: '${temp_c}' -> '${temp_f}'" + echo -en "" c=0; spct=''; spc1=`expr 6 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; c=`expr ${c} + 1`; done if [ "${average}" != "" ]; then