From 09e17f68d61df03249ae5d373dc15c5e80fc51ec Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 16 Apr 2019 03:59:45 +0100 Subject: [PATCH] seed result --- home.admin/70initLND.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index a0008b1..584f313 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -213,10 +213,10 @@ if [ ${walletExists} -eq 0 ]; then do # dialog to enter - $_temp="/home/admin/.seed.tmp" - dialog --backtitle "RaspiBlitz - LND Recover" --inputbox "Please enter/paste the SEED WORD LIST:\n(just the words, seperated by commas, in correct order as numbered)" 9 78 2>$_temp - wordstring=$( cat $_temp | tr -dc '[:alnum:]-.' | tr -d ' ' ) - shred $_temp + #$_temp="/home/admin/.seed.tmp" + wordstring=$(dialog --backtitle "RaspiBlitz - LND Recover" --inputbox "Please enter/paste the SEED WORD LIST:\n(just the words, seperated by commas, in correct order as numbered)" 9 78) + #wordstring=$( cat $_temp | tr -dc '[:alnum:]-.' | tr -d ' ' ) + #shred $_temp echo "processing ..." # remove spaces