From cdd108c709af3278ad2751f8c86d1a7e10e40272 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 22 Dec 2017 04:05:04 +0100 Subject: [PATCH] Remove option '-t stable-updates' for cronjob updating clamav. --- install_amavis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_amavis.sh b/install_amavis.sh index 0ae8811..5ce3702 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -2457,7 +2457,7 @@ if ! grep -i -E "/usr/bin/apt-get\s+.*clamav-daemon" /var/spool/cron/crontabs/ro # - Update clamav (and freshclam) software packages # - -03 0 * * * /usr/bin/apt-get update > /dev/null ; PATH=/bin:/sbin:/usr/bin:/usr/sbin /usr/bin/apt-get -y install -t stable-updates clamav clamav-base clamav-docs clamav-daemon clamav-freshclam > /dev/null +03 0 * * * /usr/bin/apt-get update > /dev/null ; PATH=/bin:/sbin:/usr/bin:/usr/sbin /usr/bin/apt-get -y install clamav clamav-base clamav-docs clamav-daemon clamav-freshclam > /dev/null EOF if [[ "$?" -ne 0 ]] ; then