Fixing consul backup agent typos
This commit is contained in:
parent
0a7e6f4d1b
commit
e78fa63e58
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ check() {
|
||||||
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 in $CONSUL_PATH"
|
||||||
return 3
|
return 3
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue