We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468c466 commit 474e887Copy full SHA for 474e887
1 file changed
projects/jfkvm/src/service/Paths.java
@@ -35,11 +35,7 @@ public static void init(boolean servlet) {
35
secretPath = "/root/secret";
36
statsPath = dataPath + "/stats";
37
tasksPath = dataPath + "/tasks";
38
- if (servlet) {
39
- accessPath = JF.getConfigPath() + "/javaforce/access";
40
- } else {
41
- accessPath = dataPath + "/access";
42
- }
+ accessPath = JF.getConfigPath() + "/javaforce/access";
43
new File(dataPath).mkdirs();
44
new File(logsPath).mkdirs();
45
new File(volsPath).mkdirs();
0 commit comments