Skip to content

Commit

Permalink
lxc-start-ephemeral: Fix syntax error in aufs
Browse files Browse the repository at this point in the history
Signed-off-by: Åsmund Grammeltvedt <asmundg@snap.tv>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
Åsmund Grammeltvedt authored and stgraber committed Jan 14, 2014
1 parent 9accc2e commit 3aa0aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/lxc-start-ephemeral.in
Expand Up @@ -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]))
Expand Down

0 comments on commit 3aa0aca

Please sign in to comment.