[ Agent ] [ Executor ] 优化Executor部分的代码 - 完成

This commit is contained in:
zeaslity
2023-08-14 11:35:28 +08:00
parent 129886bd57
commit 497677d727
9 changed files with 102 additions and 11 deletions

View File

@@ -0,0 +1,29 @@
{
"agentTopicName": "Chengdu-amd64-99-98066f",
"needResultReplay": true,
"durationTask": false,
"executionType": "manual",
"funcContent": null,
"singleLineCommand": null,
"multiLineCommand": [
[
"apt-get",
"update"
],
[
"systemctl",
"status",
"nginx"
]
],
"pipeLineCommand": [
[
"cat",
"/etc/passwd"
],
[
"grep",
"root"
]
]
}