From 0b1b8f3b0c22846cab2ac29920c4db7154db5dee Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 25 Jun 2020 21:01:20 +0200 Subject: [PATCH] Fix typo --- home.admin/70initLND.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index 2459dc2ff..11f0420da 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -172,7 +172,7 @@ if [ ${walletExists} -eq 0 ]; then # UI: Ask if user wants NEW wallet or RECOVER a wallet OPTIONS=(NEW "Setup a brand new Lightning Node (DEFAULT)" \ - OLD "I had a old Node I want to recover/restore") + OLD "I had an old Node I want to recover/restore") CHOICE=$(dialog --backtitle "RaspiBlitz" --clear --title "LND Setup" --menu "LND Data & Wallet" 11 60 6 "${OPTIONS[@]}" 2>&1 >/dev/tty) echo "choice($CHOICE)" @@ -497,4 +497,4 @@ You may now give it extra time to rescan. " 10 25 -fi \ No newline at end of file +fi