keep TESTNET Service options if testnet is default

This commit is contained in:
openoms
2021-08-11 11:42:28 +01:00
parent 367da3d355
commit 78817c1991

View File

@@ -132,7 +132,7 @@ if [ "${circuitbreaker}" == "on" ]; then
OPTIONS+=(CIRCUIT "Circuitbreaker (LND firewall)") OPTIONS+=(CIRCUIT "Circuitbreaker (LND firewall)")
fi fi
if [ "${testnet}" == "on" ]&&[ ${chain} != test ]; then if [ "${testnet}" == "on" ]; then
OPTIONS+=(TESTNET "Testnet Service Options") OPTIONS+=(TESTNET "Testnet Service Options")
fi fi
if [ ${chain} != main ]; then if [ ${chain} != main ]; then