mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
get fresh data
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user