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
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

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