mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
change fingerprint file used in menu
This commit is contained in:
@@ -30,7 +30,7 @@ if [ "$1" = "menu" ]; then
|
|||||||
else
|
else
|
||||||
/home/admin/config.scripts/blitz.display.sh qr "${toraddress}"
|
/home/admin/config.scripts/blitz.display.sh qr "${toraddress}"
|
||||||
fi
|
fi
|
||||||
fingerprint=$(openssl x509 -in /home/bitcoin/.lightning/spark-tls/cert.pem -fingerprint -noout | cut -d"=" -f2)
|
fingerprint=$(openssl x509 -in /home/bitcoin/.spark-wallet/tls/cert.pem -fingerprint -noout | cut -d"=" -f2)
|
||||||
|
|
||||||
whiptail --title "\
|
whiptail --title "\
|
||||||
spark - $CHAIN" --msgbox "Open in your local web browser:
|
spark - $CHAIN" --msgbox "Open in your local web browser:
|
||||||
|
Reference in New Issue
Block a user