From f1dc720b142bccc3530ec483342ae13580940eeb Mon Sep 17 00:00:00 2001 From: Ladar Levison Date: Wed, 11 Nov 2020 01:28:42 +0530 Subject: Fix clam username typo buried in install script. --- dev/install/magmad.install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/install/magmad.install.sh b/dev/install/magmad.install.sh index 9fdbe39e..a35935ee 100644 --- a/dev/install/magmad.install.sh +++ b/dev/install/magmad.install.sh @@ -68,7 +68,7 @@ printf "Bytecode yes\n" > /etc/freshclam.conf printf "LogSyslog yes\n" >> /etc/freshclam.conf printf "SafeBrowsing yes\n" >> /etc/freshclam.conf printf "LogFileMaxSize 8M\n" >> /etc/freshclam.conf -printf "DatabaseOwner clam\n" >> /etc/freshclam.conf +printf "DatabaseOwner clamav\n" >> /etc/freshclam.conf printf "CompressLocalDatabase no\n" >> /etc/freshclam.conf printf "DatabaseDirectory /var/lib/clamav\n" >> /etc/freshclam.conf printf "DatabaseMirror database.clamav.net\n" >> /etc/freshclam.conf -- cgit v1.2.3