From 40f02c6763e14cf0d90d99d6cd987cfcce1e5632 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:14:26 -0500 Subject: [PATCH] verbiage change --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6cb1e66..8964e97 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -61,7 +61,7 @@ if [ -n "$PROXY_SERVER" ]; then # 2024-11-22T08:49:47.37-0500 [APP/PROC/WEB/0] OUT Fri Nov 22 14:49:47 2024 -> SelfCheck: Database status OK. # Since the nc command holds 3310 behind our proxy for some unknown reason, we are willing to not have immediate # clamd database signature reload in favor of freshclam successfully going through the proxy - # and doing the clamd database reload on its own, validating that the SelfCheck is working as intended + # and clamd doing the database reload on its own, validating that the SelfCheck is working as intended ) 2>&1 | tee -a /var/log/clamav/clamav.log else echo "No Proxy Detected"