Corrections to consul discovery, cleanup

This commit is contained in:
Eric Renfro 2023-12-13 13:13:39 -05:00
parent f7537095dd
commit 9650d84857
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF

View file

@ -42,11 +42,7 @@ check() {
hook_before() {
check || exit $?
#pushd "$restoreDir" || exit 2
${CONSUL_PATH}/consul snapshot save "$consulDir/consul.snap"
#popd || exit 2
}
hook_after() {