remove main menu double entry

This commit is contained in:
rootzoll 2022-01-30 11:57:47 +01:00
parent 5655ee94c4
commit 747500c990

View file

@ -147,9 +147,6 @@ fi
if [ "${circuitbreaker}" == "on" ]; then
OPTIONS+=(CIRCUIT "Circuitbreaker (LND firewall)")
fi
if [ "${circuitbreaker}" == "on" ]; then
OPTIONS+=(CIRCUIT "Circuitbreaker (LND firewall)")
fi
if [ "${tallycoinConnect}" == "on" ]; then
OPTIONS+=(TALLY "Tallycoin Connect")
fi