2021-06-29 19:38:01 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2021-10-20 07:32:15 +00:00
|
|
|
/neofs-cli control healthcheck \
|
|
|
|
--endpoint "$NEOFS_CONTROL_GRPC_ENDPOINT" \
|
2022-01-31 13:34:54 +00:00
|
|
|
--wallet "$NEOFS_NODE_KEY" |
|
2021-10-20 07:32:15 +00:00
|
|
|
grep "Health status: READY"
|