Fixing consul backup agent typos

This commit is contained in:
Eric Renfro 2023-12-15 10:43:22 -05:00
parent 75c7d64d26
commit 0a7e6f4d1b
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF

View file

@ -19,7 +19,7 @@ check() {
fi
if [[ -n "$CONSUL_PATH" ]]; then
if [[ -x "${CONSUL_PATH}/consul}" ]]; then
if [[ -x "${CONSUL_PATH}/consul" ]]; then
echo "Found Consul in $CONSUL_PATH"
else
echo "FATAL: Cannot execute Consul"