mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-21 09:33:57 +03:00
nspawn: fix directory in logged error
(cherry picked from commit7b03b44ed9
) (cherry picked from commitcad1e9c53d
) (cherry picked from commit3a44be9ad0
)
This commit is contained in:
parent
54b580e1a7
commit
b98d71f53c
@ -398,7 +398,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)
|
||||
|
Loading…
Reference in New Issue
Block a user