Update ProxyConfig.java

master
ffay 8 years ago committed by GitHub
parent 0a65adff52
commit eec1b5d4b4
  1. 2
      proxy-server/src/main/java/org/fengfei/lanproxy/server/config/ProxyConfig.java

@ -36,7 +36,7 @@ public class ProxyConfig implements Serializable {
static { static {
// 代理配置信息存放在用户目录下 // 代理配置信息存放在用户目录下
String dataPath = System.getProperty("user.home") + "/" + ".lanproxy/"; String dataPath = System.getProperty("user.home") + "/" + ".lanproxy/";
File file = new File(dataPath); File file = new File(dataPath);
if (!file.isDirectory()) { if (!file.isDirectory()) {

Loading…
Cancel
Save