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