diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-29 17:19:55 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-29 17:19:55 +0100 |
commit | 15f409d4044471992609d0cbf9e430b22c9e08a9 (patch) | |
tree | 9be34e8fba3905567fcf1324115c0b1cd4558d09 /script/dev-configure.sh | |
parent | aa320aa04ad2e3d3283b776f17444000dbec9b43 (diff) | |
parent | cee6c3a821fb2ef0f5254f9ad1c0e47dd47047d4 (diff) | |
download | garage-15f409d4044471992609d0cbf9e430b22c9e08a9.tar.gz garage-15f409d4044471992609d0cbf9e430b22c9e08a9.zip |
Merge branch 'master' into feature/website
Diffstat (limited to 'script/dev-configure.sh')
-rwxr-xr-x | script/dev-configure.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/dev-configure.sh b/script/dev-configure.sh index 8b7392c6..698c7ed9 100755 --- a/script/dev-configure.sh +++ b/script/dev-configure.sh @@ -6,6 +6,11 @@ GARAGE_DEBUG="${REPO_FOLDER}/target/debug/" GARAGE_RELEASE="${REPO_FOLDER}/target/release/" PATH="${GARAGE_DEBUG}:${GARAGE_RELEASE}:$PATH" +until garage status 2>&1|grep -q Healthy ; do + echo "cluster starting..." + sleep 1 +done + garage status \ | grep UNCONFIGURED \ | grep -Po '^[0-9a-f]+' \ |