Create "coordination" directory in keeper if does not exist

This commit is contained in:
Mikhail f. Shiryaev 2023-01-30 15:26:57 +01:00
parent 496701bd59
commit a42d20e19d
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -362,6 +362,7 @@ try
else
path = std::filesystem::path{KEEPER_DEFAULT_PATH};
std::filesystem::create_directories(path);
/// Check that the process user id matches the owner of the data.
const auto effective_user_id = geteuid();