dont offer verified interrims update in this version

This commit is contained in:
rootzoll
2020-07-11 20:40:30 +02:00
parent 125bf9a1e0
commit 4ecdebedf1

View File

@@ -192,9 +192,9 @@ lnd()
source <(sudo -u admin /home/admin/config.scripts/lnd.update.sh info)
# LND Update Options
OPTIONS=(VERIFIED "Optional LND update to ${lndUpdateVersion}" \
RECKLESS "Experimental LND update to ${lndLatestVersion}"
)
OPTIONS=()
# OPTIONS+=(VERIFIED "Optional LND update to ${lndUpdateVersion}")
OPTIONS+=(RECKLESS "Experimental LND update to ${lndLatestVersion}")
CHOICE=$(whiptail --clear --title "Update LND Options" --menu "" 9 60 2 "${OPTIONS[@]}" 2>&1 >/dev/tty)