99clMenu: consistent naming of REPAIR-CL

This commit is contained in:
openoms 2021-10-11 23:50:54 +01:00
parent facf84374c
commit bc0c8ab7e8
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

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