revert-dabc3590
Nirothipan 8 years ago
parent 7fc365f205
commit 952a78b81b

@ -97,6 +97,7 @@ public class TryIt {
Process startShell = startShellProcessBuilder.start();
System.out.println("Connected to device shell");
startShell.waitFor();
startShell.destroy();
} catch (IOException | InterruptedException ignored) {
// script can continue without this process
}

Loading…
Cancel
Save