From 775ad8fd1979c3477fa56506d756b532d93b655b Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 14 Sep 2019 21:16:51 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index c0ebf57..79cd5f7 100644 --- a/installer.sh +++ b/installer.sh @@ -379,9 +379,11 @@ echo "endif # Mail::SpamAssassin::Plugin::Shortcircuit" >> /etc/spamassassin/loc # ClamAV # ##------------## apt install clamav clamav-daemon clamsmtp libclamunrar7 clamdscan -y +mkdir -p /var/log/clamav +mkdir -p /var/lib/clamav chown -R clamav:clamav /var/log/clamav chown -R clamav:clamav /var/lib/clamav -chmod 777 -R /var/lib/clamav +#chmod 777 -R /var/lib/clamav ##------------## # Amavis #