From 96e09754e40cb71a7ce73c1e62621bc9ace786a7 Mon Sep 17 00:00:00 2001 From: openoms Date: Fri, 4 Sep 2020 19:54:46 +0100 Subject: [PATCH] updateMenu: tweak whiptail window --- home.admin/99updateMenu.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/home.admin/99updateMenu.sh b/home.admin/99updateMenu.sh index 35681b5c8..31e8e5602 100644 --- a/home.admin/99updateMenu.sh +++ b/home.admin/99updateMenu.sh @@ -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") @@ -23,7 +24,7 @@ if [ "${specter}" == "on" ]; then OPTIONS+=(SPECTER "Update Cryptoadvance Specter") 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() {