mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
Merge pull request #537 from cforfang/master
Add error message on failing to create config
This commit is contained in:
commit
249d0942fe
@ -1247,6 +1247,7 @@ RootPtr createV6Config(EncFS_Context *ctx,
|
||||
}
|
||||
|
||||
if (!saveConfig(Config_V6, rootDir, config.get(), opts->config)) {
|
||||
cout << _("Error saving config file.\n");
|
||||
return rootInfo;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user