wuww
2025-05-04 9db8d773af4f886cf0652b0ce303631a90692a50
src/main/java/com/se/nsl/service/UwService.java
@@ -71,7 +71,7 @@
        return execCmdLine(cmd);
    }
    private String exec(String cmd) throws Exception {
    public String exec(String cmd) throws Exception {
        Process process = null;
        BufferedReader nr = null;
        BufferedReader er = null;
@@ -125,7 +125,7 @@
        }
    }
    private String execCmdLine(String cmd) throws IOException, InterruptedException {
    public String execCmdLine(String cmd) throws IOException, InterruptedException {
        Process process = Runtime.getRuntime().exec(cmd);
        new Thread(() -> {