Commit 1218b1bf authored by dev_sky's avatar dev_sky
Browse files

Merge branch 'user_register/3123' of...

Merge branch 'user_register/3123' of https://github.com/cpsky/incubator-dolphinscheduler into user_register/3123
parents 01a1cb03 29584033
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
      }
    }