mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 06:25:37 +03:00
nspawn: fix directory in logged error
This commit is contained in:
parent
96893d0937
commit
7b03b44ed9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user