diff --git a/Containers/clamav/start.sh b/Containers/clamav/start.sh index 416ecd067fd..658e9f9b83a 100644 --- a/Containers/clamav/start.sh +++ b/Containers/clamav/start.sh @@ -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 "$@"