System Options fix syntax

This commit is contained in:
rootzoll
2021-08-30 21:37:25 +02:00
parent 11e2d057f8
commit 8588319444

View File

@@ -20,7 +20,6 @@ if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
OPTIONS+=(${network}CONF "Edit the bitcoin.conf") OPTIONS+=(${network}CONF "Edit the bitcoin.conf")
fi fi
if
OPTIONS+=(LNDLOG "Monitor the lnd.log for ${CHAIN}") OPTIONS+=(LNDLOG "Monitor the lnd.log for ${CHAIN}")
OPTIONS+=(LNDCONF "Edit the lnd.conf for ${CHAIN}") OPTIONS+=(LNDCONF "Edit the lnd.conf for ${CHAIN}")