#!/bin/sh # make sure the process is stopped /etc/init.d/clamav-freshclam stop >> /var/log/resul_freshclam.txt 2>&1 # check if database is outdated /usr/bin/freshclam -v >> /var/log/resul_freshclam.txt 2>&1 # update virus database /etc/init.d/clamav-freshclam start >> /var/log/resul_freshclam.txt 2>&1