mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-15 02:48:17 +00:00
8627366a39
Signed-off-by: Simon L. <szaimen@e.mail.de>
9 lines
116 B
Bash
9 lines
116 B
Bash
#!/bin/bash
|
|
|
|
# Print out clamav version for compliance reasons
|
|
clamscan --version
|
|
|
|
echo "Clamav started"
|
|
|
|
exec "$@"
|