Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify passphrase grep check #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 13, 2018

  1. Simplify passphrase grep check

    Since `grep` returns with exit code 0 when the search string is found, it can
    be used directly on the `if`.
    
    Also, using the `-s` option there's no need to check if the file exists.
    aureliojargas committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    bb5f6bc View commit details
    Browse the repository at this point in the history