From f80a0c829cf8a2e44ea92919129eff0df27b51d0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 18 Dec 2023 09:27:50 -0600 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 282c0a1d..bd4608bd 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -173,7 +173,7 @@ CHECKTEMPSENSOR(){ echo -e "${spc}[${spcw}${idsCL[Yellow]}${temp_warn}${GAUGESH}${idsCL[Default]} /${spcc}${idsCL[LightRed]}${temp_crit}${GAUGESH}=>${idsCL[Default]} ]" if [ "${1}" == "ServerRoomTH" ]; then - ServerRoomTH=${temp_f} + export ServerRoomTH=${temp_f} elif [ "${1}" == "ServerRoomLA" ]; then temp_probe_f=$(bc <<< "scale=2; ${temp_probe_c}*1.8+32")