X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d1406cdadc022639bc0c3121c801f8997c331363..b0e841d7ff50e5c5bea3a3417737c272b09dcd86:/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