parent
b4e0bbf0a4
commit
30151254c2
|
@ -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…
Reference in New Issue