This commit is contained in:
lzh
2025-07-07 09:15:36 +08:00
parent c154abe568
commit a1ab697848
3 changed files with 7 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ func (p *ProcessPty) Start() (err error) {
})
p.pty = pf
log.Logger.Infow("进程启动成功", "进程名称", p.Name, "重启次数", p.State.restartTimes)
p.p = cmd.Process
p.op = cmd.Process
p.pInit()
p.push("进程启动成功")
return nil