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
This commit is contained in:
Jason Soto 2018-01-13 06:55:16 -05:00 committed by Michael Boelen
parent fe138d283d
commit 73e0e7b5e4
1 changed files with 2 additions and 2 deletions

View File

@ -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