chiark / gitweb /
nspawn: remove the right propagation directory
[elogind.git] / src / nspawn / nspawn.c
index ce9a9e84f69af363b33739a7bba64140f27f9f76..12471469286fa4496193e7e6ec139f3c84ce7281 100644 (file)
@@ -216,7 +216,7 @@ static void help(void) {
                "                            and container and add it to an existing bridge on\n"
                "                            the host\n"
                "  -p --port=[PROTOCOL:]HOSTPORT[:CONTAINERPORT]\n"
-               "                            Expose a container IP port ont the host\n"
+               "                            Expose a container IP port on the host\n"
                "  -Z --selinux-context=SECLABEL\n"
                "                            Set the SELinux security context to be used by\n"
                "                            processes in the container\n"
@@ -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);
         }