mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-22 03:48:27 +01:00
fix syntax
This commit is contained in:
@@ -186,7 +186,7 @@ fi
|
|||||||
# Basic Options
|
# Basic Options
|
||||||
OPTIONS+=(INFO "RaspiBlitz Status Screen")
|
OPTIONS+=(INFO "RaspiBlitz Status Screen")
|
||||||
|
|
||||||
if [ "${lightning}" == "lnd" ]
|
if [ "${lightning}" == "lnd" ]; then
|
||||||
OPTIONS+=(LND "LND Wallet Options")
|
OPTIONS+=(LND "LND Wallet Options")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user