mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
fix ui
This commit is contained in:
@@ -21,10 +21,10 @@ if [ ${#abcd} -eq 0 ]; then
|
||||
OPTIONS+=(C "LND Wallet Password")
|
||||
OPTIONS+=(D "LND Seed Password")
|
||||
CHOICE=$(dialog --clear \
|
||||
--backtitle "Set Password" \
|
||||
--title "Which password to change?" \
|
||||
--menu "Choose Password" \
|
||||
8 50 4 \
|
||||
--backtitle "RaspiBlitz" \
|
||||
--title "Set Password" \
|
||||
--menu "Which password to change?" \
|
||||
11 50 7 \
|
||||
"${OPTIONS[@]}" \
|
||||
2>&1 >/dev/tty)
|
||||
clear
|
||||
|
Reference in New Issue
Block a user