From bb87b4c5e50ef60517a25f65a808a59714bfda3c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 24 Jun 2013 13:12:58 +0200 Subject: [PATCH] bugfix --- sliver_lxc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sliver_lxc.py b/sliver_lxc.py index 40120c2..375cb0b 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -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") -- 2.43.0