Skip to content

Commit

Permalink
use system tmp dir for temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed May 5, 2016
1 parent d1619aa commit 3ab6227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.js
Expand Up @@ -112,7 +112,7 @@ function RequestProcessor(options, callback) {
}

this.mkTempDir = function(callback) {
this.execShellScript("bash shells/mkTempDir.sh tmp", callback);
this.execShellScript("bash shells/mkTempDir.sh /tmp", callback);
}

this.hashSum = function(type, entity, callback) {
Expand Down

0 comments on commit 3ab6227

Please sign in to comment.