diff --git a/include/tests_malware b/include/tests_malware index 3156790b..4553da09 100644 --- a/include/tests_malware +++ b/include/tests_malware @@ -321,7 +321,7 @@ # Wazuh agent LogText "Test: checking process wazuh-agent to test for Wazuh agent" - if IsRunning "wazuh-agent"; then + if IsRunning "wazuh-agentd"; then if IsVerbose; then Display --indent 2 --text "- ${GEN_CHECKING} Wazuh agent" --result "${STATUS_FOUND}" --color GREEN; fi LogText "Result: found Wazuh component" FOUND=1