From 85958cd3f770c19649eec3a2a16475b2e3674c3e Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 16 Feb 2022 14:38:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20modified:=20bin/create-?= =?UTF-8?q?blocklists.sh=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/create-blocklists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create-blocklists.sh b/bin/create-blocklists.sh index 592f5b2..cddbc1a 100755 --- a/bin/create-blocklists.sh +++ b/bin/create-blocklists.sh @@ -2,7 +2,7 @@ set -ex -SQUID_USER="${SQUID_USER:-squid}" +SQUID_USER="${SQUID_USER:-root}" SQUID_LOG_DIR="${SQUID_LOG_DIR:-/data/log/squid}" REDIRECT_URL="${REDIRECT_URL:-/}" BLOCKLIST="${BLOCKLIST:-http://www.shallalist.de/Downloads/shallalist.tar.gz}"