This commit is contained in:
2023-12-03 18:09:55 -06:00
parent 93af7bd6d8
commit d774ce0e47
2 changed files with 3 additions and 3 deletions

View File

@@ -309,7 +309,7 @@ CHECKTEMP_SERVICE(){
fi
echo ${PW_TEMP_THRESHOLDS[${SENSORa}]} | cut -d',' -f 1 | read temp_warn
echo ${PW_TEMP_THRESHOLDS[${SENSORa}]} | cut -d',' -f 2 | read temp_crit
temp_crit_sys=${temp_crit}
echo ${PW_TEMP_THRESHOLDS[${SENSORa}]} | cut -d',' -f 3 | read temp_crit_sys
temp_h=''
fi