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

Add error message on failing to create config #537

Merged
merged 1 commit into from
Nov 18, 2018
Merged

Conversation

cforfang
Copy link
Contributor

Hi, it took me a while to realize why I couldn't create a reverse mapping from a folder where I only have read permissions because no error is printed:

$ mkdir test0 test1
$ chmod -w test0
$ encfs --reverse $(pwd)/test0 $(pwd)/test1
[...]
New Encfs Password: 
Verify Encfs Password: 
$

This commit adds one:

$ encfs --reverse $(pwd)/test0 $(pwd)/test1
[...]
New Encfs Password: 
Verify Encfs Password: 
Error saving config file.
$

Copy link
Owner

@vgough vgough left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@vgough vgough merged commit 249d094 into vgough:master Nov 18, 2018
@benrubson benrubson added this to the 1.9.6 milestone Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants