Skip to content

Commit

Permalink
fix: remove start agent in setup yield
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Apr 3, 2024
1 parent ced84ea commit 0f098db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def setup_environment():
check=False)
host_manager.clear_file(host='wazuh-agent1', file_path=os.path.join(WAZUH_PATH, 'etc', 'client.keys'))
host_manager.clear_file(host='wazuh-agent1', file_path=os.path.join(WAZUH_LOGS_PATH, 'ossec.log'))
host_manager.control_service(host='wazuh-agent1', service='wazuh', state="start")



Expand Down

0 comments on commit 0f098db

Please sign in to comment.