From d1d1c12602fbd26b705562f6fe5de1802c092f2b Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sun, 3 Mar 2024 23:46:11 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artela.sh b/Artela.sh index 1b585d4..dd1db82 100644 --- a/Artela.sh +++ b/Artela.sh @@ -150,7 +150,7 @@ function check_balances() { # 查看节点同步状态 function check_sync_status() { - artelad status | jq .sync_info + artelad status 2>&1 | jq .SyncInfo } # 查看babylon服务状态