mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-07 17:17:44 +03:00
commit
7b50251d69
@ -1209,7 +1209,7 @@ static int write_container_id(void) {
|
||||
|
||||
r = write_string_file("/run/systemd/container", c, WRITE_STRING_FILE_CREATE);
|
||||
if (r < 0)
|
||||
return log_warning_errno(r, "Failed to write /run/systed/container, ignoring: %m");
|
||||
return log_warning_errno(r, "Failed to write /run/systemd/container, ignoring: %m");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user