mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-15 10:10:17 +00:00
Remove copying and omit checks for stalwart
Signed-off-by: Ruben D. <ruben@winterrific.net>
This commit is contained in:
parent
28f7d3571c
commit
2d86c0d788
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf
|
sed "s|aio-placeholder|$MAX_SIZE|" /etc/clamav/clamd.conf > /tmp/clamd.conf
|
||||||
cp /etc/clamav/clamav-milter.conf /tmp/clamv-milter-conf
|
|
||||||
|
|
||||||
# Print out clamav version for compliance reasons
|
# Print out clamav version for compliance reasons
|
||||||
clamscan --version
|
clamscan --version
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,4 @@ stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=clamav-milter --foreground --config-file=/tmp/clamv-milter-conf
|
command=clamav-milter --foreground --config-file=/etc/clamav/clamav-milter.conf
|
||||||
Loading…
Add table
Add a link
Reference in a new issue