Update documentation: real_world.md

This commit is contained in:
Alex Auvolat
2021-10-19 17:31:04 +02:00
parent 550ce7db2a
commit d9c52e9a9c
5 changed files with 70 additions and 109 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ for count in $(seq 1 3); do
done
RETRY=120
until garage -c /tmp/config.1.toml status 2>&1|grep -q Healthy ; do
until garage -c /tmp/config.1.toml status 2>&1|grep -q HEALTHY ; do
(( RETRY-- ))
if (( RETRY <= 0 )); then
echo -en "${MAIN_LABEL} Garage did not start"