From 858831944498570dccc74fc8c8e9514c4283777a Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 30 Aug 2021 21:37:25 +0200 Subject: [PATCH] System Options fix syntax --- home.admin/99systemMenu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/home.admin/99systemMenu.sh b/home.admin/99systemMenu.sh index 34e498797..5b6db3694 100644 --- a/home.admin/99systemMenu.sh +++ b/home.admin/99systemMenu.sh @@ -20,7 +20,6 @@ if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then OPTIONS+=(${network}CONF "Edit the bitcoin.conf") fi -if OPTIONS+=(LNDLOG "Monitor the lnd.log for ${CHAIN}") OPTIONS+=(LNDCONF "Edit the lnd.conf for ${CHAIN}")