diff --git a/bin/init-aio.sh b/bin/init-aio.sh index 48b09ac..bb9ad4d 100755 --- a/bin/init-aio.sh +++ b/bin/init-aio.sh @@ -54,6 +54,11 @@ runServices() { sleep 2 done + while [[ -z "$(/usr/bin/frostfs-cli tree healthcheck -r 127.0.0.1:8080 -g -v | grep 'Successful healthcheck invocation')" ]]; + do + sleep 2 + done + /usr/bin/frostfs-s3-gw --config /config/s3-gw-config.yaml & /usr/bin/frostfs-http-gw --config /config/http-gw-config.yaml & }