mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
#1147 rename sync menu point
This commit is contained in:
parent
0e9ad451e4
commit
0b826a158b
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ fi
|
||||||
if [ "$1" = "" ] || [ $# -eq 0 ]; then
|
if [ "$1" = "" ] || [ $# -eq 0 ]; then
|
||||||
OPTIONS=()
|
OPTIONS=()
|
||||||
OPTIONS+=(RESET "Recreate Macaroons + TLS")
|
OPTIONS+=(RESET "Recreate Macaroons + TLS")
|
||||||
OPTIONS+=(SYNC "Sync central store with LND")
|
OPTIONS+=(SYNC "Sync with RaspiBlitz Apps/Users")
|
||||||
OPTIONS+=(EXPORT "Macaroons and TLS.cert")
|
OPTIONS+=(EXPORT "Get Macaroons and TLS.cert")
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
--backtitle "RaspiBlitz" \
|
--backtitle "RaspiBlitz" \
|
||||||
--title "Manage LND credentials" \
|
--title "Manage LND credentials" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue