From 4da8bae7fac84c584987cb61d33f708487549833 Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 16 Oct 2020 22:11:01 +0200 Subject: [PATCH] walletsBalance.sh: Clean silkaj error --- scripts/walletsBalance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/walletsBalance.sh b/scripts/walletsBalance.sh index d9ce02b..be5ba94 100755 --- a/scripts/walletsBalance.sh +++ b/scripts/walletsBalance.sh @@ -13,7 +13,7 @@ rm -f silkaj_error.log work() { for i in $wallets; do exec() { - balance=$(silkaj -p $node balance $i) + balance=$(silkaj -p $node balance $i 2>/dev/null) } exec while [[ $? == 1 ]]; do echo "Erreur $i $k" | tee -a silkaj_error.log; ((k++)); exec; done