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}")