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