🔒️ 允许禁止命令执行
This commit is contained in:
parent
b0ba028211
commit
b3203f81d0
@ -98,7 +98,9 @@ func run() {
|
|||||||
ClientSecret: agentConf.ClientSecret,
|
ClientSecret: agentConf.ClientSecret,
|
||||||
}
|
}
|
||||||
|
|
||||||
go pty.DownloadDependency()
|
if !agentConf.DisableCommandExecute {
|
||||||
|
go pty.DownloadDependency()
|
||||||
|
}
|
||||||
// 上报服务器信息
|
// 上报服务器信息
|
||||||
go reportState()
|
go reportState()
|
||||||
// 更新IP信息
|
// 更新IP信息
|
||||||
|
Loading…
x
Reference in New Issue
Block a user