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
|
||||
echo "Found Consul in $CONSUL_PATH"
|
||||
else
|
||||
echo "FATAL: Cannot execute Consul"
|
||||
echo "FATAL: Cannot execute Consul in $CONSUL_PATH"
|
||||
return 3
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue