We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e407d commit c7d4923Copy full SHA for c7d4923
entrypoint.sh
@@ -2,5 +2,5 @@
2
3
source "/src/.env"
4
5
-htpasswd -c -B -b /etc/squid/htpasswd ${P001_USER} ${P001_PASS}
+htpasswd -c -B -b /etc/squid/htpasswd "${P001_USER}" "${P001_PASS}"
6
squid -f /etc/squid/squid.conf -NYCd 1
0 commit comments