bugfix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 24 Jun 2013 11:12:58 +0000 (13:12 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 24 Jun 2013 11:12:58 +0000 (13:12 +0200)
sliver_lxc.py

index 40120c2..375cb0b 100644 (file)
@@ -127,7 +127,7 @@ pathmunge /bin after
 pathmunge /sbin after
 unset pathmunge
 """
-        with open(dot_profile,'w') as f:
+        with open(pl_profile,'w') as f:
             f.write("export PS1='%s@\H \$ '\n"%(name))
             f.write("%s\n"%ld_preload_msg)
             f.write("export LD_PRELOAD=/etc/planetlab/lib/bind_public.so\n")