mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-07-22 14:13:06 +00:00
744e087192
Signed-off-by: Simon L. <szaimen@e.mail.de>
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
# Adjust settings
|
|
cat /etc/clamav/clamd.conf > /tmp/clamd.conf
|
|
CLAMAV_FILE="$(sed "s|16G|$MAX_SIZE|" /clamav.conf)"
|
|
echo "$CLAMAV_FILE" >> /tmp/clamd.conf
|