mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 20:58:11 +08:00
update CommonUtils.java (#3137)
Co-authored-by: dailidong <dailidong66@gmail.com>
This commit is contained in:
parent
83589c7b7c
commit
0692dca4e6
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user