Compare commits

...

2 Commits

Author SHA1 Message Date
junleea 756b7af9fe Merge branch 'refs/heads/feature-cid' 2024-10-08 13:57:12 +08:00
junleea 15507c6cfc cid 删除控制台输出 2024-10-08 13:57:03 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -219,6 +219,6 @@ echo "end"`
if err3 != nil { if err3 != nil {
err3_info = err3.Error() err3_info = err3.Error()
} }
fmt.Println("bash content:", scriptContent) //fmt.Println("bash content:", scriptContent)
dao.CreateRunLog(id, authID, scriptContent, out.String(), err3_info) //添加执行日志 dao.CreateRunLog(id, authID, scriptContent, out.String(), err3_info) //添加执行日志
} }