Browse Source

fix options

dev
rootzoll 6 years ago
parent
commit
52a691db99
  1. 4
      home.admin/config.scripts/blitz.setpassword.sh

4
home.admin/config.scripts/blitz.setpassword.sh

@ -1,4 +1,3 @@
#!/bin/bash
# command info
@ -15,8 +14,9 @@ abcd=$1
newPassword=$2
# run interactive if no further parameters
OPTIONS=()
if [ ${#abcd} -eq 0 ]; then
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…
Cancel
Save