dcb
2025-06-20 51d12c4cca7c9d4911a0037673bbd2dc210836d0
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(() -> {