From 73e0e7b5e4d12a443aba5949e2dd57cd8e027cc2 Mon Sep 17 00:00:00 2001 From: Jason Soto Date: Sat, 13 Jan 2018 06:55:16 -0500 Subject: [PATCH] Changed Process name search for Bitdefender test. (#503) * Added php.ini locations for Ubuntu 16.04LTS * Switched Process name Search Bitdefender * Switched Process name Search Bitdefender --- include/tests_malware | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tests_malware b/include/tests_malware index e796cc33..9bed8472 100644 --- a/include/tests_malware +++ b/include/tests_malware @@ -113,8 +113,8 @@ fi # Bitdefender (macOS) - LogText "Test: checking process bdagentd" - IsRunning bdagentd + LogText "Test: checking process epagd" + IsRunning epagd if [ ${RUNNING} -eq 1 ]; then FOUND=1 BITDEFENDER_DAEMON_RUNNING=1