Skip to content

Commit f1dc720

Browse files
committed
Fix clam username typo buried in install script.
1 parent 4a360cf commit f1dc720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/install/magmad.install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ printf "Bytecode yes\n" > /etc/freshclam.conf
6868
printf "LogSyslog yes\n" >> /etc/freshclam.conf
6969
printf "SafeBrowsing yes\n" >> /etc/freshclam.conf
7070
printf "LogFileMaxSize 8M\n" >> /etc/freshclam.conf
71-
printf "DatabaseOwner clam\n" >> /etc/freshclam.conf
71+
printf "DatabaseOwner clamav\n" >> /etc/freshclam.conf
7272
printf "CompressLocalDatabase no\n" >> /etc/freshclam.conf
7373
printf "DatabaseDirectory /var/lib/clamav\n" >> /etc/freshclam.conf
7474
printf "DatabaseMirror database.clamav.net\n" >> /etc/freshclam.conf

0 commit comments

Comments
 (0)