From: Thierry Parmentelat Date: Mon, 24 Jun 2013 11:12:58 +0000 (+0200) Subject: bugfix X-Git-Tag: nodemanager-5.2-4~11 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=bb87b4c5e50ef60517a25f65a808a59714bfda3c bugfix --- 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")