subscriptions only work with lnd

This commit is contained in:
rootzoll 2021-08-30 21:23:58 +02:00
parent 8c9bb20ce6
commit 78edc87088

View File

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