From 8f293e1552db9a340c76f3083c819cdf984594ef Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 17:17:54 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index bd680ee7..1decd2f0 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -142,9 +142,8 @@ CHECKTEMPSENSOR(){ temp_f=`echo "scale=1; ${temp_f}+${PW_ServerRoomTH_Dev}" | bc` elif [ "${1}" == "ServerRoomLA" ]; then temp_f=${temp_c} - echo "HERE2: ${temp_f}" fi - echo "HERE: '${temp_c}' -> '${temp_f}'" + # 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