diff --git a/plugins/crio.sh b/plugins/crio.sh index 01b4849..a44fc0b 100755 --- a/plugins/crio.sh +++ b/plugins/crio.sh @@ -3,7 +3,7 @@ run_checks() { # Check first if it is installed: rpm -q --quiet crio - test $? -ne && return + test $? -ne 0 && return # ignore if crio is not enabled. systemctl is-enabled -q crio