Fix typo
Signed-off-by: Mathias Kaufmann <me@stei.gr>
This commit is contained in:
parent
b4e0bbf0a4
commit
30151254c2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
[[ -f examples/proxy-protocol/haproxy.pid ]] && rm examples/proxy-protocol/haproxy.pid
|
[[ -f examples/proxy-protocol/haproxy.pid ]] && rm examples/proxy-protocol/haproxy.pid
|
||||||
fail() { echjo "$*"; exit 1; }
|
fail() { echo "$*"; exit 1; }
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
which haproxy || fail haproxy is missing
|
which haproxy || fail haproxy is missing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue