This commit is contained in:
rootzoll
2019-01-14 15:39:50 +01:00
parent 61baf5d012
commit 3de01c5195

View File

@@ -21,10 +21,10 @@ if [ ${#abcd} -eq 0 ]; then
OPTIONS+=(C "LND Wallet Password") OPTIONS+=(C "LND Wallet Password")
OPTIONS+=(D "LND Seed Password") OPTIONS+=(D "LND Seed Password")
CHOICE=$(dialog --clear \ CHOICE=$(dialog --clear \
--backtitle "Set Password" \ --backtitle "RaspiBlitz" \
--title "Which password to change?" \ --title "Set Password" \
--menu "Choose Password" \ --menu "Which password to change?" \
8 50 4 \ 11 50 7 \
"${OPTIONS[@]}" \ "${OPTIONS[@]}" \
2>&1 >/dev/tty) 2>&1 >/dev/tty)
clear clear