We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
extpass is producing giving me an error when having a , in my password.
,
Can be tested this way:
#gocryptfs -extpass 'echo abc,123' -init testdir Reading password from extpass program "echo abc", arguments: ["123"] extpass cmd start failed: exec: "echo abc": executable file not found in $PATH
The text was updated successfully, but these errors were encountered:
WHAT
Sorry, something went wrong.
aa1d8a0
Interesting. Thanks for the report. Fixed via aa1d8a0 .
Thanks! Will test as soon as there is a new version released.
No branches or pull requests
extpass is producing giving me an error when having a
,
in my password.Can be tested this way:
The text was updated successfully, but these errors were encountered: