From da6de566e2864212ff0896e36468a15960bfdbb1 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:38:03 -0500 Subject: [PATCH] Remove & --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2f899bf..0c8a2b7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -63,7 +63,7 @@ fi # during the startup of the container (WARNING: Clamd was NOT notified: Can't connect to clamd through /run/clamav/clamd.sock: No such file or directory). # So only if a newer database version is available clamd will be notified next time, and this can take hours/days. # Remarks: The socket port is configured in the .Dockerfile itself. - sleep 120s & + sleep 120s echo RELOAD | nc 127.0.0.01 3310 & ) 2>&1 | tee -a /var/log/clamav/clamav.log