From 246a72c940fe52d3f94e02782cb39aefaef22588 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 29 Mar 2022 17:16:17 +0530 Subject: [PATCH] Agent: Modify comment in shell startup PBA to make more sense --- .../post_breach/actions/modify_shell_startup_files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monkey/infection_monkey/post_breach/actions/modify_shell_startup_files.py b/monkey/infection_monkey/post_breach/actions/modify_shell_startup_files.py index 5a966e92d..5d3c3c5ea 100644 --- a/monkey/infection_monkey/post_breach/actions/modify_shell_startup_files.py +++ b/monkey/infection_monkey/post_breach/actions/modify_shell_startup_files.py @@ -27,8 +27,8 @@ class ModifyShellStartupFiles(PBA): False, ) ] - # `command` is empty here since multiple commands were run and the results - # were aggregated to send the telemetry just once + # `command` is empty here since multiple commands were run through objects of the nested + # 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)) return self.pba_data