This commit is contained in:
qo-op 2020-05-12 02:54:33 +02:00
parent ac5bf8a0f5
commit de955d2e97
1 changed files with 3 additions and 1 deletions

View File

@ -223,10 +223,12 @@ do
duniter_server=$(/home/$YOU/.zen/astroport/zen/tools/duniter_getnode.sh)
log "Running silkaj -p "${duniter_server}" balance $pubkey"
silkajOutput=$(silkaj -p "${duniter_server}" balance $pubkey 2>/dev/null)
log "$silkajOutput"
silkajExitCode=$?
((myi++))
[ $i -gt 4 ] && continue
[ $i -gt 4 ] && break
done
if [[ $silkajOutput =~ $silkajQuantitativeAmountPattern ]]