From 19f5730934b1c2adc1671cea5c239d92e972a281 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 22:15:25 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 72e7a738..9d69eef2 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -179,7 +179,6 @@ CHECKTEMPSENSOR(){ [ ${#temp_warn} == 2 ] && spcw=' ' || spcw=' ' [ ${#temp_crit} == 2 ] && spcc=' ' || spcc=' ' echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR}-Probe${idsST[Reset]}${spc}${idsCL[Default]}: " - 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