fix syntax

This commit is contained in:
rootzoll 2021-07-23 00:51:18 +02:00
parent b21af26147
commit 77d86b51e1

View file

@ -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