mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
testing: removing command_actioner perform_action for now
This commit is contained in:
@@ -19,7 +19,7 @@ class CommandActioner < AlertActioner
|
||||
self.commands = commands
|
||||
end
|
||||
|
||||
def perform_action
|
||||
def perform_actions # TODO: change me back to perform_action when testing this module
|
||||
# Create config/commands directory
|
||||
FileUtils.mkdir_p COMMANDS_DIRECTORY
|
||||
commands_sh_path = COMMANDS_DIRECTORY + "#{self.alertactioner_name}.sh"
|
||||
|
||||
Reference in New Issue
Block a user