Changed output for remote system audit

This commit is contained in:
Michael Boelen 2018-09-08 11:22:28 +02:00
parent d0f4a90c00
commit 1d52e57e45
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 2 deletions

View File

@ -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 " ============================="