#636 try fix shangoo QR code

This commit is contained in:
Christian Rotzoll 2019-06-18 22:19:31 +02:00
parent 9fb255379f
commit cac604192b

View file

@ -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