Update MP_FULLNAME in mpw.bashrc.
This commit is contained in:
		@@ -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
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user