probable fix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Jun 2013 15:03:34 +0000 (17:03 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Jun 2013 15:03:34 +0000 (17:03 +0200)
lxcsu-internal

index 9897ede..782ae67 100755 (executable)
@@ -25,7 +25,7 @@ def getarch(f):
 
 def umount(fs_dir):
     output = os.popen('/bin/umount %s 2>&1'%fs_dir).read()
-    return ('device is busy' not in fs_dir)
+    return ('device is busy' not in output)
 
 def main ():
     parser = ArgumentParser()