Merge branch 'refs/heads/master' into release

This commit is contained in:
junleea 2024-10-08 13:57:41 +08:00
commit 2854365ea5
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) //添加执行日志
}