mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +02:00
fix offering Blockchain copy
This commit is contained in:
@@ -28,7 +28,8 @@ fi
|
||||
|
||||
# get fresh data
|
||||
source <(sudo /home/admin/config.scripts/blitz.statusscan.sh)
|
||||
if [ "${syncProgress}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncProgress} -lt 75 ]; then
|
||||
syncProgressFull=$(echo "${syncProgress}" | cut -d "." -f1)
|
||||
if [ "${syncProgressFull}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncProgressFull} -lt 75 ]; then
|
||||
|
||||
# offer choice to copy blockchain over LAN
|
||||
OPTIONS=()
|
||||
|
Reference in New Issue
Block a user