all-in-one/Containers/clamav/start.sh
Zoey 9e95d96656
Merge pull request #6094 from nextcloud/clamav-alpine-aarch64
clamav: build the container also for aarch64/arm64 by using the alpine package
2025-03-06 16:00:53 +01:00

5 lines
106 B
Bash

#!/usr/bin/env sh
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf
exec "$@"