This commit is contained in:
crschnick
2025-05-31 07:41:43 +00:00
parent ccc7188e9b
commit 6d9fcd92f6
@@ -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();
}
}