1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

nspawn: fix directory in logged error

(cherry picked from commit 7b03b44ed9)
(cherry picked from commit cad1e9c53d)
This commit is contained in:
ml 2023-02-12 00:22:52 +01:00 committed by Luca Boccassi
parent bfe6d1d197
commit 3a44be9ad0

View File

@ -394,7 +394,7 @@ int bind_user_setup(
r = userns_mkdir(root, "/run/host/home", 0755, 0, 0);
if (r < 0)
return log_error_errno(r, "Failed to create /run/host/userdb: %m");
return log_error_errno(r, "Failed to create /run/host/home: %m");
r = userns_mkdir(root, "/run/host/userdb", 0755, 0, 0);
if (r < 0)