mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
rewrite if statement
This commit is contained in:
parent
cfa97f234b
commit
f0e32db2a3
@ -145,8 +145,8 @@ if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
||||
OPTIONS+=(LND "LND Wallet Options")
|
||||
fi
|
||||
|
||||
# if C-Lighthing is active
|
||||
if [ "${lightning}" == "cln" ] || [ "${cln}" == "on" ]; then
|
||||
# if C-Lightning is active
|
||||
if [ "${lightning}" == "cln" ] || [ "${cln}" == "on" ]; then
|
||||
echo "GOT CLN"
|
||||
OPTIONS+=(CLN "C-lightning Wallet Options")
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user