X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d1406cdadc022639bc0c3121c801f8997c331363..ed0ff5087fb8b476b62d42d789abdca004e46d73:/cookbooks/clamav/recipes/default.rb diff --git a/cookbooks/clamav/recipes/default.rb b/cookbooks/clamav/recipes/default.rb index 3c95527ce..bbfc2cd68 100644 --- a/cookbooks/clamav/recipes/default.rb +++ b/cookbooks/clamav/recipes/default.rb @@ -34,7 +34,10 @@ execute "freshclam" do command "/usr/bin/freshclam" user "clamav" group "clamav" - not_if { ::File.exist?("/var/lib/clamav/daily.cvd") } + not_if do + ::File.exist?("/var/lib/clamav/daily.cld") || + ::File.exist?("/var/lib/clamav/daily.cvd") + end end service "clamav-daemon" do