forked from TrueCloudLab/frostfs-dev-env
07bd61f78e
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
6 lines
148 B
Bash
Executable file
6 lines
148 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/neofs-cli control healthcheck \
|
|
--endpoint "$NEOFS_CONTROL_GRPC_ENDPOINT" \
|
|
--wallet "$NEOFS_NODE_KEY" |
|
|
grep "Health status: READY"
|