mirror of
https://gitee.com/gitea/gitea
synced 2025-11-25 10:50:26 +08:00
fix api broken
This commit is contained in:
@@ -83,6 +83,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) {
|
||||
return
|
||||
}
|
||||
|
||||
// FIXME: check timeout
|
||||
if err = cmd.Start(); err != nil {
|
||||
log.Error(3, "Start: %v", err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user