diff --git a/.env b/.env index 3603323..e5c480e 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ NEOGO_VERSION=0.105.1 AIO_VERSION=0.40.1 -RESTGW_VERSION=0.8.2 +RESTGW_VERSION=0.8.3 diff --git a/bin/init-aio.sh b/bin/init-aio.sh index f545746..f38d25c 100755 --- a/bin/init-aio.sh +++ b/bin/init-aio.sh @@ -58,7 +58,7 @@ if [ $IS_START_REST = "true" ]; then . /config/rest.env /usr/bin/neofs-rest-gw & - while [[ "$(curl -s -o /dev/null -w %{http_code} $REST_GW_SERVER_LISTEN_ADDRESS)" != "404" ]]; + while [[ "$(curl -s -o /dev/null -w %{http_code} $REST_GW_SERVER_LISTEN_ADDRESS)" != "307" ]]; do sleep 1; done