mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-08 20:08:10 +02:00
keep TESTNET Service options if testnet is default
This commit is contained in:
parent
367da3d355
commit
78817c1991
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user