diff --git a/squid/6.12/entrypoint.sh b/squid/6.12/entrypoint.sh index c7b1f7d..faf989e 100644 --- a/squid/6.12/entrypoint.sh +++ b/squid/6.12/entrypoint.sh @@ -3,7 +3,6 @@ set -e if [[ ! -d ${SQUID_CACHE_DIR}/00 ]]; then echo "Initialising cache..." - echo ${SQUID_CACHE_DIR} squid -N -f /etc/squid/conf.d/squid.conf -z fi echo "Starting squid..."