Skip to content

Commit

Permalink
Fix start with REST gw (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Apr 11, 2024
2 parents bb0dacd + 02edd6f commit e614bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NEOGO_VERSION=0.105.1
AIO_VERSION=0.40.1
RESTGW_VERSION=0.8.2
RESTGW_VERSION=0.8.3
2 changes: 1 addition & 1 deletion bin/init-aio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e614bf0

Please sign in to comment.