mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
comment splitter
This commit is contained in:
parent
64dfac0f74
commit
ff7d6ad7b9
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user