nspawn: remove the right propagation directory

This commit is contained in:
Lennart Poettering 2015-01-14 02:01:11 +01:00
parent 435fc31765
commit 8937422f3b

View file

@ -4034,7 +4034,7 @@ finish:
if (arg_machine) {
const char *p;
p = strappenda("/run/systemd/nspawn/propagate", arg_machine);
p = strappenda("/run/systemd/nspawn/propagate/", arg_machine);
(void) rm_rf(p, false, true, false);
}