Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkactor <sk4ct0r@gmail.com>2020-02-25 10:48:55 +0300
committerGitHub <noreply@github.com>2020-02-25 10:48:55 +0300
commitfc7c5fb7234ffa4e7ac26b1094e44b6b2fb6a2eb (patch)
tree9a7731c186a2dc057d45085d26f0e2cb5ac30af0 /include/tests_shells
parentd81cc71790144ed9ff354748254d300d297f3da6 (diff)
Update tests_shells
Write function as variable due to careless error
Diffstat (limited to 'include/tests_shells')
-rw-r--r--include/tests_shells2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_shells b/include/tests_shells
index f440da5a..d4b3d9a3 100644
--- a/include/tests_shells
+++ b/include/tests_shells
@@ -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