Skip to content
Snippets Groups Projects
Commit c3a6d86a authored by Daniel's avatar Daniel
Browse files

WIP: server-side scripting gets a home directory.

parent d7be924a
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ public class ServerSideScriptingCaller {
this.authToken = authToken;
this.env = env;
this.workingDir = workingDir;
this.tmpHome = new File(getTmpWorkingDir(), "temphome");
this.tmpHome = (new File(getTmpWorkingDir(), "temphome")).getAbsoluteFile();
this.stdOutFile = utils.getStdOutFile(workingDir);
this.stdErrFile = utils.getStdErrFile(workingDir);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment