mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix syntax
This commit is contained in:
parent
b21af26147
commit
77d86b51e1
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ fi
|
|||
# Basic Options
|
||||
OPTIONS+=(INFO "RaspiBlitz Status Screen")
|
||||
|
||||
if [ "${lightning}" == "lnd" ]
|
||||
if [ "${lightning}" == "lnd" ]; then
|
||||
OPTIONS+=(LND "LND Wallet Options")
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue