Skip to content

Commit 474e887

Browse files
committed
jfKVM : always use JF access folder
1 parent 468c466 commit 474e887

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

projects/jfkvm/src/service/Paths.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ public static void init(boolean servlet) {
3535
secretPath = "/root/secret";
3636
statsPath = dataPath + "/stats";
3737
tasksPath = dataPath + "/tasks";
38-
if (servlet) {
39-
accessPath = JF.getConfigPath() + "/javaforce/access";
40-
} else {
41-
accessPath = dataPath + "/access";
42-
}
38+
accessPath = JF.getConfigPath() + "/javaforce/access";
4339
new File(dataPath).mkdirs();
4440
new File(logsPath).mkdirs();
4541
new File(volsPath).mkdirs();

0 commit comments

Comments
 (0)