Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
9bad358a17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = """