]> git.tuebingen.mpg.de Git - micoforia.git/blobdiff - micoforia.c
shutdown_console(): Make umount commands work.
[micoforia.git] / micoforia.c
index 4d267ec8f56a0912fb897bc930af328142b8420c..d5f300e9ec3e8326dcb85ad613e1ca9b40c25e7e 100644 (file)
@@ -943,7 +943,7 @@ static void shutdown_console(struct container_runtime *cr)
        char *console;
 
        for (n = 0; n < cr->num_ttys; n++) {
-               char *tty = msg("%s/tty1", cr->dev);
+               char *tty = msg("%s/tty%u", cr->dev, n);
                if (umount2(tty, MNT_DETACH) < 0)
                        DEBUG_LOG("umount %s: %m\n", tty);
                free(tty);