chiark / gitweb /
nspawn: remove the right propagation directory
[elogind.git] / src / nspawn / nspawn.c
index 3fce3ad77f0c72cd4081dbe74c9e2faf705ebd08..12471469286fa4496193e7e6ec139f3c84ce7281 100644 (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);
         }