fix syntax

This commit is contained in:
rootzoll
2021-05-05 01:17:23 +02:00
parent 7efa541482
commit 2edb37f722

View File

@@ -155,7 +155,7 @@ echo "***********************************"
echo "* RaspiBlitz Commandline"
echo "* Here be dragons .. have fun :)"
echo "***********************************"
if [ "${setupPhase}" == "done" ]
if [ "${setupPhase}" == "done" ]; then
echo "Bitcoin command line options: bitcoin-cli help"
echo "LND command line options: lncli -h"
fi