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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-23 21:21:26 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-23 21:21:26 +0300
commitc11f7fc1cef26a6dbb6ed8484399966cb0c6465a (patch)
tree94ed6eca81f52be8976251abf9ac1af69ab6c119 /include/parameters
parent8ac9721f43fbfaf84321a5f0f1045120a5c2cc9c (diff)
Do not show update message when using 'show' helper
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/parameters b/include/parameters
index 618b27e0..402743ee 100644
--- a/include/parameters
+++ b/include/parameters
@@ -115,12 +115,13 @@
# Show Lynis details
show)
CHECK_BINARIES=0
- RUN_HELPERS=1
HELPER="show"
+ QUIET=1
+ RUN_HELPERS=1
RUN_TESTS=0
+ RUN_UPDATE_CHECK=0
SKIP_PLUGINS=1
SHOW_TOOL_TIPS=0
- QUIET=1
SHOW_PROGRAM_DETAILS=0
shift; HELPER_PARAMS="$@"
break