Преглед на файлове

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 години
родител
ревизия
9bad358a17
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 = """