mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
get fresh data
This commit is contained in:
parent
6b2f9c8def
commit
62f9e144cd
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ fi
|
|||
# BLOCKCHAIN INFO & OPTIONS
|
||||
|
||||
# get fresh data
|
||||
source <(sudo /home/admin/config.scripts/blitz.statusscan.sh)
|
||||
syncProgressFull=$(echo "${syncProgress}" | cut -d "." -f1)
|
||||
if [ "${syncProgressFull}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncProgressFull} -lt 75 ]; then
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue