Fix for line that gave error

This commit is contained in:
Michael Boelen 2024-05-15 20:29:28 +00:00
parent 05b15f4209
commit 7ad42d689f
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
# ESET security products # ESET security products
LogText "Test: checking process esets_daemon or oaeventd (ESET)" LogText "Test: checking process esets_daemon or oaeventd (ESET)"
if IsRunning "esets_daemon" || IsRunning "oaeventd"; then if IsRunning "esets_daemon" || IsRunning "oaeventd"; then
FOUND=1 FOUND=1
ESET_DAEMON_RUNNING=1 ESET_DAEMON_RUNNING=1
MALWARE_DAEMON_RUNNING=1 MALWARE_DAEMON_RUNNING=1