X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=clamav%2Fetc%2Fcron.daily%2Fclamav;fp=clamav%2Fetc%2Fcron.daily%2Fclamav;h=791e847b79e5c1cb982eafc5fccc86b1a2d4a103;hb=1d0df90fa098fb859161f38ae0581284ad89f402;hp=2106235ef96d2aee9ec798f05e392a1352d5a39a;hpb=8d81b3eb80e7c2d8117f1e4dd5de05a0251c38f5;p=infra%2Ftools.git diff --git a/clamav/etc/cron.daily/clamav b/clamav/etc/cron.daily/clamav index 2106235..791e847 100755 --- a/clamav/etc/cron.daily/clamav +++ b/clamav/etc/cron.daily/clamav @@ -48,7 +48,7 @@ SCANQNT="/var/.quatrantine" # Check if clamav is installed DATE=`date -u` -if [ ! -f /var/lib/clamav/daily.cld -o ! -x /usr/bin/clamscan -o ! -d /var/log/clamav ] +if [ ! -f /var/lib/clamav/daily.cvd -o ! -x /usr/bin/clamscan -o ! -d /var/log/clamav ] then echo "$DATE: clamav is not installed or is incorrectly installed." >> $ERRORLOG notify-send-user -i /usr/share/pixmaps/clamtk.png -u critical "clamav: software not installed correctly"