mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-27 02:45:36 +00:00
Fixes
This commit is contained in:
@@ -71,6 +71,7 @@ public class ShellSession extends Session {
|
||||
|
||||
@Override
|
||||
public boolean checkAlive() throws Exception {
|
||||
return shellControl.command(CommandBuilder.of().add("echo", "xpipetest")).executeAndCheck();
|
||||
// Don't print it constantly
|
||||
return shellControl.command(CommandBuilder.of().add("echo", "xpipetest")).sensitive().executeAndCheck();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user