Parcourir la source

auto update script executed

Toby Chui il y a 1 an
Parent
commit
a72a00e241
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      mod/sshprox/sshprox.go

+ 1 - 0
mod/sshprox/sshprox.go

@@ -140,6 +140,7 @@ func (i *Instance) CreateNewConnection(listenPort int, remoteIpAddr string, remo
 	cmd.Stderr = os.Stderr
 	go func() {
 		cmd.Run()
+		i.Destroy()
 	}()
 	i.tty = cmd
 	i.AssignedPort = listenPort