Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev/install/magmad.install.sh2
1 files changed, 1 insertions, 1 deletions
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