mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-08 20:08:10 +02:00
subscriptions only work with lnd
This commit is contained in:
parent
8c9bb20ce6
commit
78edc87088
@ -162,7 +162,9 @@ OPTIONS+=(SETTINGS "Node Settings & Options")
|
||||
OPTIONS+=(SERVICES "Additional Apps & Services")
|
||||
OPTIONS+=(SYSTEM "Monitoring & Configuration")
|
||||
OPTIONS+=(CONNECT "Connect Apps & Show Credentials")
|
||||
OPTIONS+=(SUBSCRIBE "Manage Subscriptions")
|
||||
if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
||||
OPTIONS+=(SUBSCRIBE "Manage Subscriptions")
|
||||
fi
|
||||
OPTIONS+=(PASSWORD "Change Passwords")
|
||||
|
||||
if [ "${touchscreen}" == "1" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user