test splitter

This commit is contained in:
rootzoll 2021-08-31 13:37:53 +02:00
parent 97af2c7f3c
commit 64dfac0f74

View File

@ -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