From 379a74c5a3f657c35b7709a03e6a0c6954d68e6b Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 16 Jul 2025 21:28:30 -0700 Subject: [PATCH] Ensure that clamav signatures get updated on container start --- NextCloud/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NextCloud/entrypoint.sh b/NextCloud/entrypoint.sh index 5088c0c..8a3f7fc 100644 --- a/NextCloud/entrypoint.sh +++ b/NextCloud/entrypoint.sh @@ -9,5 +9,7 @@ crontab /etc/crontab service cron start service clamav-daemon start +freshclam + chown -Rv www-data:www-data /var/www/html apache2ctl -D FOREGROUND \ No newline at end of file