diff --git a/src/main.rs b/src/main.rs index c367a07..cdd0c40 100644 --- a/src/main.rs +++ b/src/main.rs @@ -45,7 +45,7 @@ async fn monitor(cmd_port: Option, auto: bool, no_welcome: bool, out: &o out.connected(&inner_tty_path); if !no_welcome { - if let Err(_) = port.write("welcome\r\n".as_bytes()).await { + if let Err(_) = port.write("".as_bytes()).await { out.print("Couldn't send welcome command!"); } }