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 năm trước cách đây
mục cha
commit
9bad358a17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = """