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:
authorLadar Levison <ladar@lavabit.com>2020-11-10 22:58:42 +0300
committerLadar Levison <ladar@lavabit.com>2020-11-10 22:58:42 +0300
commitf1dc720b142bccc3530ec483342ae13580940eeb (patch)
treefad155bb08591e94c1af3c7ae900d999969ff4d2
parent4a360cff67d0dabb221902c5d38ac47f02c9b1d2 (diff)
Fix clam username typo buried in install script.
-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