mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
fix lnd unlock when second option
This commit is contained in:
parent
47318f958c
commit
c052b455e8
@ -24,6 +24,7 @@ if [ "${action}" == "chain-unlock" ]; then
|
|||||||
CHAIN=$2
|
CHAIN=$2
|
||||||
if [ "${CHAIN}" == "mainnet" ]; then
|
if [ "${CHAIN}" == "mainnet" ]; then
|
||||||
chain="main"
|
chain="main"
|
||||||
|
passwordC="$3"
|
||||||
elif [ "${CHAIN}" == "testnet" ]; then
|
elif [ "${CHAIN}" == "testnet" ]; then
|
||||||
chain="test"
|
chain="test"
|
||||||
passwordC=""
|
passwordC=""
|
||||||
|
Loading…
Reference in New Issue
Block a user