Merge branch 'refs/heads/feature-cid'

This commit is contained in:
junleea 2024-10-08 13:57:12 +08:00
commit 756b7af9fe
1 changed files with 1 additions and 1 deletions

View File

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