mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
dont offer verified interrims update in this version
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user