From 5dcb733bdf3cdabea0f7aac36cceb8c859791311 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 22:12:57 -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 630fa4a7..69985905 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -174,6 +174,7 @@ CHECKTEMPSENSOR(){ if [ "${1}" == "ServerRoomLA" ]; then temp_probe_f=$(bc <<< "scale=1; ${temp_probe_c}*1.8+32") + echo "HERE: ${temp_probe_c} - ${temp_probe_f}" if [ $(bc -l <<< "${temp_probe_f} >= ${temp_warn}") -eq 1 ] && [ $(bc -l <<< "${temp_probe_f} < ${temp_crit}") -eq 1 ]; then echo -en "${idsCL[Yellow]}WARNING ${spct}${temp_probe_f}${GAUGESH}${idsCL[Default]}" elif [ $(bc -l <<< "${temp_probe_f} >= ${temp_crit}") -eq 1 ]; then