mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
clamav: print out version during startup of container
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
27eac87064
commit
10b1ec5c66
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf
|
||||
|
||||
# Print out clamav version for compliance reasons
|
||||
clamscan --version
|
||||
|
||||
echo "Clamav started"
|
||||
|
||||
exec "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue