We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a360cf commit f1dc720Copy full SHA for f1dc720
dev/install/magmad.install.sh
@@ -68,7 +68,7 @@ printf "Bytecode yes\n" > /etc/freshclam.conf
68
printf "LogSyslog yes\n" >> /etc/freshclam.conf
69
printf "SafeBrowsing yes\n" >> /etc/freshclam.conf
70
printf "LogFileMaxSize 8M\n" >> /etc/freshclam.conf
71
-printf "DatabaseOwner clam\n" >> /etc/freshclam.conf
+printf "DatabaseOwner clamav\n" >> /etc/freshclam.conf
72
printf "CompressLocalDatabase no\n" >> /etc/freshclam.conf
73
printf "DatabaseDirectory /var/lib/clamav\n" >> /etc/freshclam.conf
74
printf "DatabaseMirror database.clamav.net\n" >> /etc/freshclam.conf
0 commit comments