From dd5675422be3df2d07a0f48f72daac9e70adb811 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 30 Aug 2021 21:15:59 +0200 Subject: [PATCH] fix repair menu --- home.admin/98repairMenu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/98repairMenu.sh b/home.admin/98repairMenu.sh index 0aa379c5..7b1cd429 100755 --- a/home.admin/98repairMenu.sh +++ b/home.admin/98repairMenu.sh @@ -58,8 +58,8 @@ OPTIONS+=(COPY-SOURCE "Copy Blockchain Source Modus") OPTIONS+=(RESET-CHAIN "Delete Blockchain & Re-Download") OPTIONS+=(RESET-HDD "Delete HDD Data but keep Blockchain") OPTIONS+=(RESET-ALL "Delete HDD completely to start fresh") -OPTIONS=(DELETE-ELEC "Delete Electrum Index") -OPTIONS=(DELETE-INDEX "Delete Bitcoin Transaction-Index") +OPTIONS+=(DELETE-ELEC "Delete Electrum Index") +OPTIONS+=(DELETE-INDEX "Delete Bitcoin Transaction-Index") CHOICE=$(whiptail --clear --title "Repair Options" --menu "" 18 62 11 "${OPTIONS[@]}" 2>&1 >/dev/tty)