fix options

This commit is contained in:
rootzoll 2019-01-14 14:52:26 +01:00
parent 78cd66a95b
commit d60aca3bd2

View File

@ -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")