From 8fdb734bfc1ad96994256059faf4c20052d145b0 Mon Sep 17 00:00:00 2001 From: Sebastian L Date: Sun, 9 Oct 2022 17:11:36 +0200 Subject: [PATCH] Fix for clamav plugin - Add exit 0 at the end, otherwise the plugin fails --- plugins/clamav/clamav | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/clamav/clamav b/plugins/clamav/clamav index 16f9979c..6f20ad63 100755 --- a/plugins/clamav/clamav +++ b/plugins/clamav/clamav @@ -29,3 +29,4 @@ EOT fi echo -n "virus.value " && fgrep -c FOUND $log +exit 0