use command full path
authorTony Mack <tmack@cs.princeton.edu>
Mon, 23 Jun 2008 17:19:35 +0000 (17:19 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 23 Jun 2008 17:19:35 +0000 (17:19 +0000)
qaapi/qa/Remote.py

index 42b9ed2..ec0a0ad 100644 (file)
@@ -24,7 +24,7 @@ class Remote:
 
         # Execute vserver exec if necessary
         if 'vserver' in self and self['vserver']:
-            command = " vserver %s exec %s " % (self['vserver'], command)
+            command = "/usr/sbin/vserver %s exec %s " % (self['vserver'], command)
        
        return command