dcb
2025-06-19 50155d2d6da56ac59a672755a704ed1503ffe3f6
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(() -> {