mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 11:11:47 +01: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
|
||||
if [ "${CHAIN}" == "mainnet" ]; then
|
||||
chain="main"
|
||||
passwordC="$3"
|
||||
elif [ "${CHAIN}" == "testnet" ]; then
|
||||
chain="test"
|
||||
passwordC=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user