mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
keep TESTNET Service options if testnet is default
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user