mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Fix for line that gave error
This commit is contained in:
parent
05b15f4209
commit
7ad42d689f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue