mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-22 21:34:38 +02:00
Fix for line that gave error
This commit is contained in:
parent
05b15f4209
commit
7ad42d689f
@ -185,7 +185,7 @@
|
||||
|
||||
# ESET security products
|
||||
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
|
||||
ESET_DAEMON_RUNNING=1
|
||||
MALWARE_DAEMON_RUNNING=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user