Skip to content

Commit

Permalink
style: quote vars to prevent globbing and word splitting
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and avelino committed May 16, 2024
1 parent 97e407d commit c7d4923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

source "/src/.env"

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

0 comments on commit c7d4923

Please sign in to comment.