mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 21:28:00 +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();
|
envPath = envDefaultPath.getPath();
|
||||||
logger.debug("env path :{}", envPath);
|
logger.debug("env path :{}", envPath);
|
||||||
}else{
|
}else{
|
||||||
envPath = System.getProperty("user.home") + File.separator + ".bash_profile";
|
envPath = "/etc/profile";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user