mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-09 12:28:30 +02:00
fix options
This commit is contained in:
parent
78cd66a95b
commit
d60aca3bd2
@ -16,8 +16,7 @@ newPassword=$2
|
||||
|
||||
# run interactive if no further parameters
|
||||
if [ ${#abcd} -eq 0 ]; then
|
||||
OPTIONS=()
|
||||
OPTIONS+=(A "Master User Password / SSH")
|
||||
OPTIONS=(A "Master User Password / SSH")
|
||||
OPTIONS+=(B "RPC Password (blockchain/lnd)")
|
||||
OPTIONS+=(C "LND Wallet Password")
|
||||
OPTIONS+=(D "LND Seed Password")
|
||||
|
Loading…
x
Reference in New Issue
Block a user