mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-29 02:00:45 +08:00
734a28842c
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
9 lines
284 B
Text
9 lines
284 B
Text
/**
|
|
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
# Adjust settings
|
|
cat /etc/clamav/clamd.conf > /tmp/clamd.conf
|
|
CLAMAV_FILE="$(sed "s|10G|$MAX_SIZE|" /clamav.conf)"
|
|
echo "$CLAMAV_FILE" >> /tmp/clamd.conf
|