|
@@ -90,7 +90,7 @@ public class DaemonThread extends Thread {
|
|
|
RepositoryContainer.RepositoryProject.SuccessLogOfDownloadListMap.put("ibms_physical_world",
|
|
|
new CopyOnWriteArrayList<LogOfDownload>());
|
|
|
}
|
|
|
- if (Constant.info_point_enable && Constant.info_point_version.equals("new")) {
|
|
|
+ if (Constant.info_point_enable) {
|
|
|
File root = new File(Constant.info_point);
|
|
|
if (!root.exists()) {
|
|
|
root.mkdir();
|