comment splitter

This commit is contained in:
rootzoll 2021-08-31 13:39:06 +02:00
parent 64dfac0f74
commit ff7d6ad7b9

View File

@ -23,7 +23,8 @@ if [ "${testnet}" == "on" ]; then
if [ "${lightning}" == "cln" ] || [ "${cln}" == "on" ]; then OPTIONS+=(tCLN "TESTNET C-Lightning Wallet Options"); fi
fi
OPTIONS+=(--- "--------------------------------------")
# just an optical splitter - ignored on select
OPTIONS+=(--- "----------------------------------")
if [ "${signet}" == "on" ]; then
OPTIONS+=(sSYS "SIGNET Monitoring & Configuration")