1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-04 04:29:17 +00:00

[Clamd] Run freshclam before starting ClamAV

This commit is contained in:
andryyy
2019-10-22 21:30:45 +02:00
parent a4ef22729c
commit cd6594df01
2 changed files with 5 additions and 2 deletions

View File

@@ -38,10 +38,13 @@ sed -i '/^\s*$/d' /var/lib/clamav/whitelist.ign2
BACKGROUND_TASKS=()
echo "Running freshclam..."
freshclam
(
while true; do
freshclam
sleep 12600
freshclam
done
) &
BACKGROUND_TASKS+=($!)