Skip to content

Commit

Permalink
fix SC
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Jul 11, 2024
1 parent 66dc0bc commit 789c9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containers/clamav/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 789c9ab

Please sign in to comment.