mirror of
https://gitlab.com/spectre.app/cli.git
synced 2024-11-01 10:51:44 +01:00
Update MP_FULLNAME in mpw.bashrc.
This commit is contained in:
parent
d45e33fc6f
commit
dcc3d8a5a4
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ mpw() {
|
|||
:| _copy 2>/dev/null
|
||||
|
||||
# Ask for the user's name and password if not yet known.
|
||||
MP_FULLNAME=${MP_FULLNAME:-$(ask 'Your Full Name:')}
|
||||
MPW_FULLNAME=${MPW_FULLNAME:-$(ask 'Your Full Name:')}
|
||||
|
||||
# Start Master Password and copy the output.
|
||||
printf %s "$(MP_FULLNAME=$MP_FULLNAME command mpw "$@")" | _copy
|
||||
printf %s "$(MPW_FULLNAME=$MPW_FULLNAME command mpw "$@")" | _copy
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue