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>2018-09-08 12:22:28 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-09-08 12:22:28 +0300
commit1d52e57e450145a64fd3939fc5c8ae1ce589fece (patch)
tree3e1e9f14369b1553f03ba44dfdd19ffb213a3b63
parentd0f4a90c00104cbc00081dbc8cad4b0f79a01641 (diff)
Changed output for remote system audit
-rw-r--r--include/parameters3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/parameters b/include/parameters
index 4cfcacd3..66976fcb 100644
--- a/include/parameters
+++ b/include/parameters
@@ -60,8 +60,7 @@
shift; shift; shift # shift out first three arguments
EXTRA_PARAMS=""
if [ ! "$1" = "" ]; then EXTRA_PARAMS=" $@"; fi
- # --quick is added to be non-interactive
- REMOTE_COMMAND="./lynis audit system --quick${EXTRA_PARAMS}"
+ REMOTE_COMMAND="./lynis audit system"
echo ""
echo " How to perform a remote scan:"
echo " ============================="