From 94ef137bbc44683e9ae538780eb0004147acf1f5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 17:13:09 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index cb8634aa..b5ed30b7 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -141,6 +141,7 @@ CHECKTEMPSENSOR(){ temp_f=`echo "scale=1; ${temp_f}+${PW_ServerRoomTH_Dev}" | bc` elif [ "${1}" == "ServerRoomLA" ]; then temp_f=${temp_c} + echo "HERE: ${temp_f}" fi # echo "HERE: '${temp_c}' -> '${temp_f}'" # echo -en ""