From bfe7d2b4d49920c05e13a148aa903fe3aad9f976 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 16 Jul 2021 00:10:00 +0200 Subject: [PATCH] rename option --- home.admin/setup.scripts/controlFinalDialog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/setup.scripts/controlFinalDialog.sh b/home.admin/setup.scripts/controlFinalDialog.sh index b5cd17b34..f4fc0a4e7 100755 --- a/home.admin/setup.scripts/controlFinalDialog.sh +++ b/home.admin/setup.scripts/controlFinalDialog.sh @@ -33,7 +33,7 @@ if [ "${syncProgressFull}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncP # offer choice to copy blockchain over LAN 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)") 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)