mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
test splitter
This commit is contained in:
@@ -23,6 +23,8 @@ if [ "${testnet}" == "on" ]; then
|
||||
if [ "${lightning}" == "cln" ] || [ "${cln}" == "on" ]; then OPTIONS+=(tCLN "TESTNET C-Lightning Wallet Options"); fi
|
||||
fi
|
||||
|
||||
OPTIONS+=(--- "--------------------------------------")
|
||||
|
||||
if [ "${signet}" == "on" ]; then
|
||||
OPTIONS+=(sSYS "SIGNET Monitoring & Configuration")
|
||||
if [ "${lightning}" == "cln" ] || [ "${cln}" == "on" ]; then OPTIONS+=(sCLN "SIGNET C-Lightning Wallet Options"); fi
|
||||
|
Reference in New Issue
Block a user