mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 22:29:20 +02:00
99clMenu: consistent naming of REPAIR-CL
This commit is contained in:
parent
facf84374c
commit
bc0c8ab7e8
@ -33,7 +33,7 @@ if [ ${#openChannels} -gt 0 ] && [ ${openChannels} -gt 0 ]; then
|
||||
fi
|
||||
OPTIONS+=(CASHOUT "Withdraw all funds onchain ($CHAIN)")
|
||||
OPTIONS+=(SEED "Show Wallet Seed Words")
|
||||
OPTIONS+=(CLREPAIR "Repair options for C-lightning")
|
||||
OPTIONS+=(REPAIR-CL "Repair options for C-lightning")
|
||||
if [ "${lightning}" != "cl" ] && [ "${CHAIN}" == "mainnet" ]; then
|
||||
OPTIONS+=(SWITCHLN "Use C-lightning as default")
|
||||
fi
|
||||
@ -101,7 +101,7 @@ case $CHOICE in
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
;;
|
||||
CLREPAIR)
|
||||
REPAIR-CL)
|
||||
/home/admin/99clRepairMenu.sh $CHAIN
|
||||
;;
|
||||
SWITCHLN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user