walletsBalance.sh: Clean silkaj error

This commit is contained in:
poka 2020-10-16 22:11:01 +02:00
parent cb43ebf132
commit 4da8bae7fa
1 changed files with 1 additions and 1 deletions

View File

@ -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