Browse Source

Fix error in __install_client_software

Fixes to run the command in the repository's root directory instead of in 'installs'. Fixes error introduced by commit 7d3f0144ecd7dc5147dca704459f83081272c7fd.
Fernando Correia 12 years ago
parent
commit
bc5d3b891e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -372,7 +372,7 @@ class Installer:
   # __install_client_software
   ############################################################
   def __install_client_software(self):
-    self.__run_command(self.benchmarker.sftp_string(batch_file="config/client_sftp_batch"), True)
+    self.__run_command("cd .. && " + self.benchmarker.sftp_string(batch_file="config/client_sftp_batch"), True)
 
     remote_script = """