mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
fix syntax
This commit is contained in:
@@ -155,7 +155,7 @@ echo "***********************************"
|
|||||||
echo "* RaspiBlitz Commandline"
|
echo "* RaspiBlitz Commandline"
|
||||||
echo "* Here be dragons .. have fun :)"
|
echo "* Here be dragons .. have fun :)"
|
||||||
echo "***********************************"
|
echo "***********************************"
|
||||||
if [ "${setupPhase}" == "done" ]
|
if [ "${setupPhase}" == "done" ]; then
|
||||||
echo "Bitcoin command line options: bitcoin-cli help"
|
echo "Bitcoin command line options: bitcoin-cli help"
|
||||||
echo "LND command line options: lncli -h"
|
echo "LND command line options: lncli -h"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user