mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-04-18 22:27:00 -04:00
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 "$@"
|