This closes #3394
This commit is contained in:
commit
7643776035
|
@ -112,7 +112,7 @@ public class Artemis {
|
|||
}
|
||||
}
|
||||
|
||||
if (fileInstance != null) {
|
||||
if (System.getProperty("java.io.tmpdir") == null && fileInstance != null) {
|
||||
System.setProperty("java.io.tmpdir", new File(fileInstance, "tmp").getCanonicalPath());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue