FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit cdb7f19b authored by L. Bower's avatar L. Bower
Browse files

fixing command to copy to local server

parent 58365428
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ def upload(config,FilesToSend,component):
server_key = config['ServerKey']
if server_key == "":
ssh_cmd = [f"mkdir -p {OutputServerPath}"]
ssh_cmd = ["mkdir", "-p", OutputServerPath]
run_in_shell: bool = True
else:
ssh_cmd = ["ssh", "-i", server_key, "-o", "StrictHostKeyChecking=no", config['ServerName'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment