mirror of
https://github.com/syssecfsu/witty.git
synced 2025-02-09 19:04:08 +01:00
Update relay.go
This commit is contained in:
parent
6db0fbdbb9
commit
f9805d6c67
@ -46,7 +46,6 @@ type TermConn struct {
|
|||||||
Name string
|
Name string
|
||||||
Ip string
|
Ip string
|
||||||
|
|
||||||
// only valid for doers
|
|
||||||
ws *websocket.Conn
|
ws *websocket.Conn
|
||||||
ptmx *os.File // the pty that runs the command
|
ptmx *os.File // the pty that runs the command
|
||||||
cmd *exec.Cmd // represents the process, we need it to terminate the process
|
cmd *exec.Cmd // represents the process, we need it to terminate the process
|
||||||
|
Loading…
Reference in New Issue
Block a user