mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
updateMenu: tweak whiptail window
This commit is contained in:
parent
c2386ab3e2
commit
759a0ba2f0
1 changed files with 6 additions and 5 deletions
|
@ -8,10 +8,11 @@ source /home/admin/_version.info
|
|||
clear
|
||||
|
||||
# Basic Options
|
||||
OPTIONS=(RELEASE "RaspiBlitz Release Update/Recovery" \
|
||||
LND "Interim LND Update Options" \
|
||||
PATCH "Patch RaspiBlitz v${codeVersion}"
|
||||
)
|
||||
OPTIONS=(
|
||||
RELEASE "RaspiBlitz Release Update/Recovery" \
|
||||
LND "Interim LND Update Options" \
|
||||
PATCH "Patch RaspiBlitz v${codeVersion}"
|
||||
)
|
||||
|
||||
if [ "${bos}" == "on" ]; then
|
||||
OPTIONS+=(BOS "Update Balance of Satoshis")
|
||||
|
@ -20,7 +21,7 @@ if [ "${thunderhub}" == "on" ]; then
|
|||
OPTIONS+=(THUB "Update ThunderHub")
|
||||
fi
|
||||
|
||||
CHOICE=$(whiptail --clear --title "Update Options" --menu "" 12 55 5 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(whiptail --clear --title "Update Options" --menu "" 13 55 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
release()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue