mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
add cln wallet password to PASSWORD menu
This commit is contained in:
parent
36e25dc3c6
commit
6cc91f1f4d
@ -45,7 +45,9 @@ if [ ${#abcd} -eq 0 ]; then
|
||||
OPTIONS+=(A "Master Login Password")
|
||||
OPTIONS+=(B "RPC/App Password")
|
||||
if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
||||
OPTIONS+=(C "Lightning Wallet Password")
|
||||
OPTIONS+=(C "LND Lightning Wallet Password")
|
||||
if [ "${cln}" == "on" ] && [ "${clnEncryptedHSM}" == "on" ]; then
|
||||
OPTIONS+=(CLN "C-Lightning Wallet Password")
|
||||
fi
|
||||
CHOICE=$(dialog --clear \
|
||||
--backtitle "RaspiBlitz" \
|
||||
@ -68,6 +70,9 @@ if [ ${#abcd} -eq 0 ]; then
|
||||
D)
|
||||
abcd='d';
|
||||
;;
|
||||
CLN)
|
||||
/home/admin/config.scripts/cln.hsmtool.sh change-password mainnet
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user