diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-19 19:44:17 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-19 19:44:17 +0100 |
commit | faacf5525bef7140f67293125537a9f31ffd25a5 (patch) | |
tree | 4049a3cc8683ff07121d9efc801f8468c7932c0a /plugins-scripts | |
parent | b982e12ecfee9db869d443d2a8524182b7d09b13 (diff) | |
download | monitoring-plugins-faacf5525bef7140f67293125537a9f31ffd25a5.tar.gz |
Fix wrong exit codes
Diffstat (limited to 'plugins-scripts')
-rw-r--r--[-rwxr-xr-x] | plugins-scripts/check_sensors.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-scripts/check_sensors.sh b/plugins-scripts/check_sensors.sh index 866e0e0f..ba3581b1 100755..100644 --- a/plugins-scripts/check_sensors.sh +++ b/plugins-scripts/check_sensors.sh | |||
@@ -20,7 +20,6 @@ print_help() { | |||
20 | echo "This plugin checks hardware status using the lm_sensors package." | 20 | echo "This plugin checks hardware status using the lm_sensors package." |
21 | echo "" | 21 | echo "" |
22 | support | 22 | support |
23 | exit "$STATE_OK" | ||
24 | } | 23 | } |
25 | 24 | ||
26 | case "$1" in | 25 | case "$1" in |