[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+=($!)