From 50c409473d912b08c077e97b9cb0f1a428c1c569 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 17 Apr 2013 13:38:57 +0200 Subject: [PATCH] bugfix --- system/Substrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Substrate.py b/system/Substrate.py index fe6d6c7..915310b 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -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: -- 2.43.0