Compare commits

..

No commits in common. "756b7af9fed5504565793ff382e29852e1f41c3f" and "798dec54f638a15d41d45d97a25ce27019857939" have entirely different histories.

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) //添加执行日志
} }