mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00: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
|
sleep 5
|
||||||
done
|
done
|
||||||
if [ "$CLAMAV_COUNT" -ge 90 ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
if ! [ -d "/var/www/html/custom_apps/files_antivirus" ]; then
|
if ! [ -d "/var/www/html/custom_apps/files_antivirus" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue