From 789c9abcd21fdecce7e68ae3661efd90cbd71691 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 11 Jul 2024 14:30:56 +0200 Subject: [PATCH] fix SC Signed-off-by: Simon L. --- Containers/clamav/start.sh | 1 + 1 file changed, 1 insertion(+) 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 "$@"