Skip to content

Missing quotes around master pw #5

Description

@metbril

My master password is a password phrase containing spaces. This causes an error when getting the session key.

session_key=$(bw unlock $bw_password --raw)

To work around this, I had to put the $bw_password between. quotes:

session_key=$(bw unlock "$bw_password" --raw) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions