mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-13 03:30:49 +02:00
fix syntax
This commit is contained in:
parent
b21af26147
commit
77d86b51e1
@ -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…
Reference in New Issue
Block a user