Fixing consul backup agent typos
This commit is contained in:
parent
75c7d64d26
commit
0a7e6f4d1b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ check() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$CONSUL_PATH" ]]; then
|
if [[ -n "$CONSUL_PATH" ]]; then
|
||||||
if [[ -x "${CONSUL_PATH}/consul}" ]]; then
|
if [[ -x "${CONSUL_PATH}/consul" ]]; then
|
||||||
echo "Found Consul in $CONSUL_PATH"
|
echo "Found Consul in $CONSUL_PATH"
|
||||||
else
|
else
|
||||||
echo "FATAL: Cannot execute Consul"
|
echo "FATAL: Cannot execute Consul"
|
||||||
|
|
Loading…
Reference in a new issue