From e78fa63e58ee2da0f9abf8d86fb15dbd379bd287 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 15 Dec 2023 10:43:57 -0500 Subject: [PATCH] Fixing consul backup agent typos --- scripts/consul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/consul b/scripts/consul index a40d5b1..b64bd49 100755 --- a/scripts/consul +++ b/scripts/consul @@ -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