more gui space

This commit is contained in:
rootzoll
2021-06-19 00:56:56 +02:00
parent 5ea4ae3b28
commit 3a2138c6f3

View File

@@ -33,7 +33,7 @@ if [ ${syncProgress} -lt 99 ] && [ "${network}" == "bitcoin" ]; then
OPTIONS=()
OPTIONS+=(VALIDATE "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 at ${syncProgress}% - the validation might take multiple days to finish.\n\nHow do you want to proceed:" 13 60 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)
echo "CHOICESUB: ${CHOICESUB}"
read key