未验证 提交 0692dca4 编写于 作者: L liukunyuan 提交者: GitHub

update CommonUtils.java (#3137)

Co-authored-by: Ndailidong <dailidong66@gmail.com>
上级 83589c7b
......@@ -48,7 +48,7 @@ public class CommonUtils {
envPath = envDefaultPath.getPath();
logger.debug("env path :{}", envPath);
}else{
envPath = System.getProperty("user.home") + File.separator + ".bash_profile";
envPath = "/etc/profile";
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册