Skip to content

Commit c7d4923

Browse files
J0sueTMcoderabbitai[bot]
authored andcommitted
style: quote vars to prevent globbing and word splitting
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 97e407d commit c7d4923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
source "/src/.env"
44

5-
htpasswd -c -B -b /etc/squid/htpasswd ${P001_USER} ${P001_PASS}
5+
htpasswd -c -B -b /etc/squid/htpasswd "${P001_USER}" "${P001_PASS}"
66
squid -f /etc/squid/squid.conf -NYCd 1

0 commit comments

Comments
 (0)