mirror of
https://github.com/vgough/encfs.git
synced 2025-06-24 22:12:10 +02: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)) {
|
||||
cout << _("Error saving config file.\n");
|
||||
return rootInfo;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user