Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ chmod 644 ${SQUID_CONFIG_DIR}/*.conf
# Lets initialize the squid
create_cert
clear_certs_db
squid -z >/dev/null 2>&1 || true # Ignore the errors
squid -Nz >/dev/null 2>&1 || true # Ignore the errors
rm -f /var/run/squid.pid >/dev/null 2>&1 || true

printf "| ENTRYPOINT: \033[0;31mStarting squid proxy server \033[0m\n"
Expand Down