mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-28 21:12:31 +02:00
set temp file
This commit is contained in:
parent
d5d5ce249d
commit
35d74be7c8
@ -213,6 +213,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user