mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
#636 try fix shangoo QR code
This commit is contained in:
parent
9fb255379f
commit
cac604192b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if [ ${#sshtunnel} -gt 0 ]; then
|
|||
fi
|
||||
|
||||
# write qr code data to text file
|
||||
echo -e "${host}:${port},\n$(xxd -p -c2000 ./.lnd/data/chain/${network}/${chain}net/admin.macaroon)," > qr.txt
|
||||
echo -e "${host}:${port},\n$(xxd -p -c2000 ./.lnd/data/chain/${network}/${chain}net/admin.macaroon),\n$(openssl x509 -sha256 -fingerprint -in ./.lnd/tls.cert -noout)" > qr.txt
|
||||
|
||||
# display qr code on LCD
|
||||
./XXdisplayQRlcd.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue