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