mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
nspawn: don't skip cleanup on locking error
This commit is contained in:
@@ -3553,7 +3553,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
if (r < 0) {
|
||||
log_error_errno(r, "Failed to lock %s: %m", arg_directory);
|
||||
return r;
|
||||
goto finish;
|
||||
}
|
||||
|
||||
if (arg_template) {
|
||||
|
||||
Reference in New Issue
Block a user