mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
fix offering Blockchain copy
This commit is contained in:
@@ -28,7 +28,8 @@ fi
|
|||||||
|
|
||||||
# get fresh data
|
# get fresh data
|
||||||
source <(sudo /home/admin/config.scripts/blitz.statusscan.sh)
|
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
|
# offer choice to copy blockchain over LAN
|
||||||
OPTIONS=()
|
OPTIONS=()
|
||||||
|
Reference in New Issue
Block a user