Agent: Modify comment in shell startup PBA to make more sense
This commit is contained in:
parent
70186a40f6
commit
246a72c940
|
@ -27,8 +27,8 @@ class ModifyShellStartupFiles(PBA):
|
||||||
False,
|
False,
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
# `command` is empty here since multiple commands were run and the results
|
# `command` is empty here since multiple commands were run through objects of the nested
|
||||||
# were aggregated to send the telemetry just once
|
# class. The results of each of those were aggregated to send the telemetry just once.
|
||||||
self.pba_data.append(PostBreachData(self.name, self.command, results))
|
self.pba_data.append(PostBreachData(self.name, self.command, results))
|
||||||
return self.pba_data
|
return self.pba_data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue