From ae83590e29098fe6e8425f67d830e832fee460e1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 25 Jun 2013 10:48:03 +0200 Subject: [PATCH] oops, bugfix --- sliver_lxc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.43.0