mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
.
This commit is contained in:
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…
Reference in New Issue
Block a user