Added missing linebreak in 70initLND.sh

After "OK - chainnetwork is working" a linebreak was missing.
This commit is contained in:
Sascha Affolter
2018-11-11 10:38:34 +01:00
committed by GitHub
parent 13935f522b
commit 84d469ba55

View File

@@ -50,6 +50,7 @@ while [ ${chainIsReady} -eq 0 ]
echo "" echo ""
else else
echo "OK - chainnetwork is working" echo "OK - chainnetwork is working"
echo ""
chainIsReady=1 chainIsReady=1
break break
fi fi