mirror of https://github.com/CISOfy/lynis.git
Update tests_shells
Write function as variable due to careless error
This commit is contained in:
parent
d81cc71790
commit
fc7c5fb723
|
@ -115,7 +115,7 @@
|
|||
if IsRunning "autolog"; then
|
||||
IDLE_TIMEOUT=1
|
||||
LogText "Result: found autolog process to kill idle sessions"
|
||||
Report="session_timeout_method[]=autolog"
|
||||
Report "session_timeout_method[]=autolog"
|
||||
IDLE_TIMEOUT_METHOD="autolog"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue