bugfix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 17 Apr 2013 11:38:57 +0000 (13:38 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 17 Apr 2013 11:38:57 +0000 (13:38 +0200)
system/Substrate.py

index fe6d6c7..915310b 100644 (file)
@@ -746,7 +746,7 @@ class QemuBox (Box):
         # retrieve timestamps
         if not live_builds: return
         command=   ['grep','.']
-        command += ['%s/*/timestamp'%b for b in live_builds]
+        command += ['/vservers/%s/*/timestamp'%b for b in live_builds]
         command += ['/dev/null']
         ts_lines=self.backquote_ssh(command,trash_err=True).split('\n')
         for ts_line in ts_lines: