X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver_lxc.py;h=db6c6b806fc2ae452cccab29d219ccc592edcee9;hb=ae83590e29098fe6e8425f67d830e832fee460e1;hp=375cb0b136f9afe2d742a8c807b875268f4d5a9f;hpb=bb87b4c5e50ef60517a25f65a808a59714bfda3c;p=nodemanager.git diff --git a/sliver_lxc.py b/sliver_lxc.py index 375cb0b..db6c6b8 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -137,7 +137,7 @@ unset pathmunge # make sure this file is sourced from both root's and slice's .profile enforced_line = "[ -f /etc/planetlab.profile ] && source /etc/planetlab.profile\n" for path in [ 'root/.profile', 'home/%s/.profile'%name ]: - from_root=os.path,join(containerDir,path) + from_root=os.path.join(containerDir,path) found=False try: contents=file(from_root).readlnes()