mirror of https://github.com/CISOfy/lynis.git
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…
Reference in New Issue