]> git.proxmox.com Git - mirror_lxc.git/commitdiff
lxc-start-ephemeral: Fix syntax error in aufs
authorÅsmund Grammeltvedt <asmundg@snap.tv>
Mon, 13 Jan 2014 22:34:57 +0000 (23:34 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 14 Jan 2014 21:12:14 +0000 (16:12 -0500)
Signed-off-by: Åsmund Grammeltvedt <asmundg@snap.tv>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc-start-ephemeral.in

index 118b1b5f7eee7c8bf6476e975d612be8b3008b96..609cef0bcb789aa07ea42f7e7ba4146ba6e89d05 100644 (file)
@@ -212,7 +212,7 @@ LXC_NAME="%s"
                      entry[1]))
         elif args.union_type == "aufs":
             fd.write("mount -n -t aufs "
-                     "-o br=${upper}=rw:${lower}=ro,noplink none %s\n" % (
+                     "-o br=%s=rw:%s=ro,noplink none %s\n" % (
                      target,
                      entry[0],
                      entry[1]))