Fixing consul backup agent typos

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

View file

@ -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