mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
prevent lnd wallet unlock if setup id not done
This commit is contained in:
parent
c55c69dcbe
commit
bf9625188e
@ -130,7 +130,7 @@ do
|
||||
############################
|
||||
# LND Wallet Unlock
|
||||
|
||||
if [ "${lndActive}" == "1" ] && [ "${walletLocked}" == "1" ] && [ "${state}" == "ready" ]; then
|
||||
if [ "${lndActive}" == "1" ] && [ "${walletLocked}" == "1" ] && [ "${state}" == "ready" ] && [ "${setupPhase}" == "done" ]; then
|
||||
#echo "# lnd.unlock.sh"
|
||||
/home/admin/config.scripts/lnd.unlock.sh
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user