mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Add error message on failing to create config
This commit is contained in:
parent
50552b1197
commit
660f3cf364
@ -1247,6 +1247,7 @@ RootPtr createV6Config(EncFS_Context *ctx,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!saveConfig(Config_V6, rootDir, config.get(), opts->config)) {
|
if (!saveConfig(Config_V6, rootDir, config.get(), opts->config)) {
|
||||||
|
cout << _("Error saving config file.\n");
|
||||||
return rootInfo;
|
return rootInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user