Merge pull request #6725 from nextcloud/enh/noid/print-out-clamav-version

clamav: print out version during startup of container
This commit is contained in:
Simon L. 2025-08-11 14:22:05 +02:00 committed by GitHub
commit 24a39e15ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,9 @@
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf 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" echo "Clamav started"
exec "$@" exec "$@"