services/ir: Remove deprecated flag in healthcheck #67
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/frostfs-cli control healthcheck \
|
/frostfs-cli control ir healthcheck \
|
||||||
--endpoint "$FROSTFS_IR_CONTROL_GRPC_ENDPOINT" \
|
--endpoint "$FROSTFS_IR_CONTROL_GRPC_ENDPOINT" \
|
||||||
--wallet /wallet01.key --ir |
|
--wallet /wallet01.key |
|
||||||
grep "Health status: READY"
|
grep "Health status: READY"
|
||||||
|
|
Loading…
Reference in a new issue