Merge pull request #537 from cforfang/master

Add error message on failing to create config
This commit is contained in:
Valient Gough 2018-11-18 10:30:11 -08:00 committed by GitHub
commit 249d0942fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}