1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

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

View file

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