wuww
2025-05-14 ddee792c3e8991a72990dbb485bde26bdb968c93
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(() -> {