Compare commits

..

No commits in common. "2854365ea54536d73ef12f0768370ae111114d13" and "fae1b378a71e343b4952f939479e1aefae773227" 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) //添加执行日志
} }