mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
clear screen during setup
This commit is contained in:
parent
68ca78d440
commit
2ad622a63d
1 changed files with 1 additions and 0 deletions
|
@ -434,6 +434,7 @@ dialog --pause " Waiting for LND - please wait .." 8 58 30
|
|||
# Copy LND macaroons to admin
|
||||
############################
|
||||
|
||||
clear
|
||||
echo ""
|
||||
echo "*** Copy LND Macaroons to user admin ***"
|
||||
macaroonExists=$(sudo -u bitcoin ls -la /home/bitcoin/.lnd/data/chain/${network}/${chain}net/admin.macaroon 2>/dev/null | grep -c admin.macaroon)
|
||||
|
|
Loading…
Add table
Reference in a new issue