mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
get fresh sync progress
This commit is contained in:
@@ -26,6 +26,8 @@ fi
|
|||||||
############################################
|
############################################
|
||||||
# BLOCKCHAIN INFO & OPTIONS
|
# BLOCKCHAIN INFO & OPTIONS
|
||||||
|
|
||||||
|
# get fresh data
|
||||||
|
source <(sudo /home/admin/config.scripts/blitz.statusscan.sh)
|
||||||
if [ "${syncProgress}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncProgress} -lt 75 ]; then
|
if [ "${syncProgress}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncProgress} -lt 75 ]; then
|
||||||
|
|
||||||
# offer choice to copy blockchain over LAN
|
# offer choice to copy blockchain over LAN
|
||||||
|
Reference in New Issue
Block a user