Fix Update Options

This commit is contained in:
rootzoll
2021-08-30 21:43:39 +02:00
parent 78b7313d80
commit 75f781be2c

View File

@@ -379,7 +379,7 @@ OPTIONS+=(RELEASE "RaspiBlitz Release Update/Recovery")
OPTIONS+=(PATCH "Patch RaspiBlitz v${codeVersion}") OPTIONS+=(PATCH "Patch RaspiBlitz v${codeVersion}")
OPTIONS+=(BITCOIN "Bitcoin Core Update Options") OPTIONS+=(BITCOIN "Bitcoin Core Update Options")
if [ "${lightning}" == "lnd" ]; then if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
OPTIONS+=(LND "Interim LND Update Options") OPTIONS+=(LND "Interim LND Update Options")
fi fi
@@ -419,7 +419,7 @@ CHOICE_HEIGHT=$(("${#OPTIONS[@]}/2+1"))
HEIGHT=$((CHOICE_HEIGHT+6)) HEIGHT=$((CHOICE_HEIGHT+6))
CHOICE=$(dialog --clear \ CHOICE=$(dialog --clear \
--backtitle "" \ --backtitle "" \
--title "Update Options" \ --title " Update Options " \
--ok-label "Select" \ --ok-label "Select" \
--cancel-label "Main menu" \ --cancel-label "Main menu" \
--menu "" \ --menu "" \