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:
parent
d1807629e8
commit
8fdb734bfc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue