Skip to content
Snippets Groups Projects
Commit 03641c92 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 811

Created parset file for child is now copied to other machine if necc.
parent 79cc5e17
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,11 @@ bool ChildControl::startChild (const string& aName,
// Finally write to subset to the file.
cntlrSet.writeFile (cntlrSetName);
// When program must run on another system scp file to that system
if (hostname != GCF::Common::myHostname(false)) {
APLUtilities::remoteCopy(cntlrSetName, hostname, cntlrSetName);
}
// Alright, child does not exist yet.
// construct structure with all information
ControllerInfo ci;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment