Skip to content

Commit

Permalink
Rename HTTPHEAD -> EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
nydr authored Aug 22, 2023
1 parent 08dcdc7 commit 3771fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haproxy/errors/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ EOF

[[ -n "$extra_header" ]] && echo "$extra_header" >>"$error_file"

cat <<HTTPHEAD >>"$error_file"
cat <<EOF >>"$error_file"
Cache-Control: no-cache
Content-Type: application/json
HTTPHEAD
EOF

echo -n "$http_body" >>"$error_file"

Expand Down

0 comments on commit 3771fcb

Please sign in to comment.