mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-06 05:24:37 +08:00
7 lines
123 B
Bash
7 lines
123 B
Bash
#!/bin/bash
|
|
|
|
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf
|
|
|
|
echo "Clamav started"
|
|
|
|
exec "$@"
|