mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
fix SCP export macaroons
This commit is contained in:
parent
7894be7dd3
commit
35bb82b638
@ -81,16 +81,10 @@ elif [ "${exportType}" = "scp" ]; then
|
||||
echo "Copy, paste and execute these commands in your client terminal to download the files."
|
||||
echo "The password needed during download is your Password A."
|
||||
echo ""
|
||||
echo "admin.macaroon:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/data/chain/${network}/${chain}net/admin.macaroon ./"
|
||||
echo "Macaroons:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/data/chain/${network}/${chain}net/\*.macaroon ./"
|
||||
echo ""
|
||||
echo "invoice.macaroon:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/data/chain/${network}/${chain}net/invoice.macaroon ./"
|
||||
echo ""
|
||||
echo "readonly.macaroon:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/data/chain/${network}/${chain}net/readonly.macaroon ./"
|
||||
echo ""
|
||||
echo "tls.cert:"
|
||||
echo "TLS Certificate:"
|
||||
echo "scp bitcoin@${local_ip}:/home/bitcoin/.lnd/tls.cert ./"
|
||||
echo ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user