Fix for clamav plugin

- Add exit 0 at the end, otherwise the plugin fails
This commit is contained in:
Sebastian L 2022-10-09 17:11:36 +02:00 committed by Kenyon Ralph
parent d1807629e8
commit 8fdb734bfc
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ EOT
fi
echo -n "virus.value " && fgrep -c FOUND $log
exit 0