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")