mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
Fix Update Options
This commit is contained in:
@@ -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 "" \
|
||||||
|
Reference in New Issue
Block a user