mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
fix options
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
@@ -15,8 +14,9 @@ abcd=$1
|
|||||||
newPassword=$2
|
newPassword=$2
|
||||||
|
|
||||||
# run interactive if no further parameters
|
# run interactive if no further parameters
|
||||||
|
OPTIONS=()
|
||||||
if [ ${#abcd} -eq 0 ]; then
|
if [ ${#abcd} -eq 0 ]; then
|
||||||
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