oops, bugfix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 25 Jun 2013 08:48:03 +0000 (10:48 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 25 Jun 2013 08:48:03 +0000 (10:48 +0200)
sliver_lxc.py

index 375cb0b..db6c6b8 100644 (file)
@@ -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()