path configuration file is verified at the start of execution

This commit is contained in:
kdeng00
2019-09-17 20:47:53 -04:00
parent bb783c61ad
commit 6a5ebc0078
3 changed files with 80 additions and 3 deletions
+1
View File
@@ -114,6 +114,7 @@ std::string manager::DirectoryManager::retrievePathType(type::PathType pType)
return path;
}
nlohmann::json manager::DirectoryManager::credentialConfigContent(const model::BinaryPath& bConf)
{
auto path = configPath(bConf);