summary |
shortlog |
log |
commit | commitdiff |
review |
tree
raw |
patch |
inline | side by side (from parent 1:
8d81b3e)
Change-Id: Iabd4a0d601a48d03d06953108fab7f450a38e7eb
Signed-off-by: Eoin Hanan <eoin.hanan@est.tech>
# Check if clamav is installed
DATE=`date -u`
# 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"
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"