mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +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)")
|
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
|
||||||
|
Reference in New Issue
Block a user