update CommonUtils.java (#3137)

Co-authored-by: dailidong <dailidong66@gmail.com>
This commit is contained in:
liukunyuan 2020-07-05 21:50:42 +08:00 committed by GitHub
parent 83589c7b7c
commit 0692dca4e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
}
}