فهرست منبع

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 = """