From 1d52e57e450145a64fd3939fc5c8ae1ce589fece Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 8 Sep 2018 11:22:28 +0200 Subject: [PATCH] Changed output for remote system audit --- include/parameters | 3 +-- 1 file changed, 1 insertion(+), 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 " ============================="