diff --git a/check_temp.sh b/check_temp.sh index d3b2d6e..581cc8d 100755 --- a/check_temp.sh +++ b/check_temp.sh @@ -279,9 +279,6 @@ while [[ -n "$1" ]]; do else process_sensor "$sensors_to_check" fi - unset thresh_crit - unset thresh_warn - unset sensors_to_check fi done