From 2b6122192a4c26a84e6f8faa5533ab52fb2a88ef Mon Sep 17 00:00:00 2001
From: Evgenii Stratonikov <e.stratonikov@yadro.com>
Date: Wed, 8 May 2024 11:33:19 +0300
Subject: [PATCH] [#67] services/ir: Remove deprecated flag in healthcheck

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
---
 services/ir/healthcheck.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/ir/healthcheck.sh b/services/ir/healthcheck.sh
index 747bc8b..88fcdaa 100755
--- a/services/ir/healthcheck.sh
+++ b/services/ir/healthcheck.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-/frostfs-cli control healthcheck \
+/frostfs-cli control ir healthcheck \
 	--endpoint "$FROSTFS_IR_CONTROL_GRPC_ENDPOINT" \
-	--wallet /wallet01.key --ir |
+	--wallet /wallet01.key |
 	grep "Health status: READY"