mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
fix repair menu
This commit is contained in:
@@ -58,8 +58,8 @@ OPTIONS+=(COPY-SOURCE "Copy Blockchain Source Modus")
|
|||||||
OPTIONS+=(RESET-CHAIN "Delete Blockchain & Re-Download")
|
OPTIONS+=(RESET-CHAIN "Delete Blockchain & Re-Download")
|
||||||
OPTIONS+=(RESET-HDD "Delete HDD Data but keep Blockchain")
|
OPTIONS+=(RESET-HDD "Delete HDD Data but keep Blockchain")
|
||||||
OPTIONS+=(RESET-ALL "Delete HDD completely to start fresh")
|
OPTIONS+=(RESET-ALL "Delete HDD completely to start fresh")
|
||||||
OPTIONS=(DELETE-ELEC "Delete Electrum Index")
|
OPTIONS+=(DELETE-ELEC "Delete Electrum Index")
|
||||||
OPTIONS=(DELETE-INDEX "Delete Bitcoin Transaction-Index")
|
OPTIONS+=(DELETE-INDEX "Delete Bitcoin Transaction-Index")
|
||||||
|
|
||||||
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 18 62 11 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 18 62 11 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user