mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 03:28:04 +02:00
get fresh data
This commit is contained in:
@@ -27,6 +27,7 @@ fi
|
|||||||
# BLOCKCHAIN INFO & OPTIONS
|
# BLOCKCHAIN INFO & OPTIONS
|
||||||
|
|
||||||
# get fresh data
|
# get fresh data
|
||||||
|
source <(sudo /home/admin/config.scripts/blitz.statusscan.sh)
|
||||||
syncProgressFull=$(echo "${syncProgress}" | cut -d "." -f1)
|
syncProgressFull=$(echo "${syncProgress}" | cut -d "." -f1)
|
||||||
if [ "${syncProgressFull}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncProgressFull} -lt 75 ]; then
|
if [ "${syncProgressFull}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncProgressFull} -lt 75 ]; then
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user