mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-30 05:23:18 +02:00
fix ui
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user