mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 22:06:00 +08:00
add a further hint
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
08aa2eece3
commit
1bd3c2cb4c
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ if [ "$CLAMAV_ENABLED" = 'yes' ]; then
|
|||
sleep 5
|
||||
done
|
||||
if [ "$CLAMAV_COUNT" -ge 90 ]; then
|
||||
echo "Error: ClamAV was not reachable within 90s."
|
||||
echo "Error: ClamAV was not reachable within 90s. Most likely is your RAM not big enough to let it start correctly."
|
||||
exit 1
|
||||
fi
|
||||
if ! [ -d "/var/www/html/custom_apps/files_antivirus" ]; then
|
||||
|
|
Loading…
Reference in a new issue