mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-10 08:35:35 +08:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/usr/bin/env sh
|
|
|
|
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf
|
|
|
|
exec "$@"
|