From b2701563a60652083d4ebab8e6fe0a355b48aac5 Mon Sep 17 00:00:00 2001 From: dpeca Date: Fri, 15 Nov 2019 14:39:07 +0100 Subject: [PATCH] clamav installer notification fix --- install/vst-install-debian.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index aa0d4e6a..b08d60b8 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1208,6 +1208,8 @@ if [ "$clamd" = 'yes' ]; then gpasswd -a clamav mail gpasswd -a clamav Debian-exim cp -f $vestacp/clamav/clamd.conf /etc/clamav/ + touch /var/lib/clamav/clamd.sock + chown clamav:clamav /var/lib/clamav/clamd.sock /usr/bin/freshclam update-rc.d clamav-daemon defaults if [ ! -d "/var/run/clamav" ]; then