Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-07-11 14:30:56 +02:00
parent 66dc0bc7d6
commit 789c9abcd2

View file

@ -6,6 +6,7 @@ CLAMAV_FILE="$(sed "s|10G|$MAX_SIZE|" /clamav.conf)"
echo "$CLAMAV_FILE" >> /tmp/clamd.conf
# Call initial init
# shellcheck disable=SC2093
exec /init --config-file="/tmp/clamd.conf"
exec "$@"