mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
rename option
This commit is contained in:
parent
f4a72ed98f
commit
bfe7d2b4d4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if [ "${syncProgressFull}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncP
|
||||||
|
|
||||||
# offer choice to copy blockchain over LAN
|
# offer choice to copy blockchain over LAN
|
||||||
OPTIONS=()
|
OPTIONS=()
|
||||||
OPTIONS+=(VALIDATE "Run full self sync/validation (takes long)")
|
OPTIONS+=(SELFSYNC "Run full self sync/validation (takes long)")
|
||||||
OPTIONS+=(COPY "Copy from Computer/RaspiBlitz over LAN (±6h)")
|
OPTIONS+=(COPY "Copy from Computer/RaspiBlitz over LAN (±6h)")
|
||||||
CHOICESUB=$(dialog --backtitle "RaspiBlitz" --clear --title " Blockchain Sync/Validation " --menu "\nYour Blockchain sync is just at ${syncProgress}%\nThe full validation might take multiple days to finish.\n\nHow do you want to proceed:" 13 63 7 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
CHOICESUB=$(dialog --backtitle "RaspiBlitz" --clear --title " Blockchain Sync/Validation " --menu "\nYour Blockchain sync is just at ${syncProgress}%\nThe full validation might take multiple days to finish.\n\nHow do you want to proceed:" 13 63 7 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue