Skip to content

Commit

Permalink
Fix heredoc in check-low-port
Browse files Browse the repository at this point in the history
  • Loading branch information
woefe committed May 12, 2024
1 parent 318a288 commit a878cd6
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 a878cd6

Please sign in to comment.