Skip to content

Commit

Permalink
Merge pull request #254 from woefe/fix-heredoc
Browse files Browse the repository at this point in the history
Fix heredoc in check-low-port
  • Loading branch information
theseion authored May 12, 2024
2 parents 318a288 + a878cd6 commit 90f2717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/check-low-port
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

if [ "${PORT}" -lt 1024 ] || [ "${SSL_PORT}" -lt 1024 ]; then
echo<<EOF
cat<<EOF
ERROR: you are using PORT=${PORT} and SSL_PORT=${SSL_PORT}
Both nginx and httpd containers now run with an unprivileged user.
Expand Down

0 comments on commit 90f2717

Please sign in to comment.