From 66fd5608c44c8e76d6875028da809913cdc7fc54 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:46:45 +0200 Subject: [PATCH] Simplify squid.sh by removing proxy user instructions Removed instructions for adding a proxy user inside the container. --- ct/squid.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/squid.sh b/ct/squid.sh index eacd34172..1698fc395 100644 --- a/ct/squid.sh +++ b/ct/squid.sh @@ -51,5 +51,3 @@ msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Proxy endpoint:${CL}" echo -e "${TAB}${GATEWAY}${BGN}${IP}:3128${CL}" -echo -e "${INFO}${YW} Add a proxy user inside the container with:${CL}" -echo -e "${TAB}${BGN}htpasswd /etc/squid/passwords ${CL}"