mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 21:03:09 +02:00
fix options
This commit is contained in:
@@ -16,8 +16,7 @@ newPassword=$2
|
|||||||
|
|
||||||
# run interactive if no further parameters
|
# run interactive if no further parameters
|
||||||
if [ ${#abcd} -eq 0 ]; then
|
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+=(B "RPC Password (blockchain/lnd)")
|
||||||
OPTIONS+=(C "LND Wallet Password")
|
OPTIONS+=(C "LND Wallet Password")
|
||||||
OPTIONS+=(D "LND Seed Password")
|
OPTIONS+=(D "LND Seed Password")
|
||||||
|
Reference in New Issue
Block a user