This commit is contained in:
panzone 2025-01-26 18:42:12 +01:00
parent 2b8114db86
commit 6cc8eb982f

View file

@ -51,7 +51,7 @@ std::filesystem::path MntPoints::GetHostPath(std::string_view path, bool* is_rea
}
// Path is relative?
if(corrected_path.at(0) != '/') {
if (corrected_path.at(0) != '/') {
corrected_path = "/app0/" + corrected_path;
}