push user to 70initLND if needed

This commit is contained in:
Christian Rotzoll 2019-04-25 16:55:11 +02:00
parent 1d7f7f06ec
commit fc3415d8a5

View File

@ -323,7 +323,6 @@ else
source <(sudo /home/admin/config.scripts/lnd.check.sh basic-setup)
if [ ${wallet} -eq 0 ] || [ ${macaroon} -eq 0 ] || [ ${config} -eq 0 ] || [ ${tls} -eq 0 ]; then
echo "WARN: LND needs re-setup"
waitUntilChainNetworkIsReady
/home/admin/70initLND.sh
exit 0
fi