mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09: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