This commit is contained in:
Justin Bertram 2021-01-25 13:30:43 -06:00
commit 7643776035
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}