dcb
2025-06-06 a2ee6e0dcdcfd9d1b8011a3cecb4e0fc4f6eeea3
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(() -> {