mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Changed output for remote system audit
This commit is contained in:
parent
d0f4a90c00
commit
1d52e57e45
@ -60,8 +60,7 @@
|
|||||||
shift; shift; shift # shift out first three arguments
|
shift; shift; shift # shift out first three arguments
|
||||||
EXTRA_PARAMS=""
|
EXTRA_PARAMS=""
|
||||||
if [ ! "$1" = "" ]; then EXTRA_PARAMS=" $@"; fi
|
if [ ! "$1" = "" ]; then EXTRA_PARAMS=" $@"; fi
|
||||||
# --quick is added to be non-interactive
|
REMOTE_COMMAND="./lynis audit system"
|
||||||
REMOTE_COMMAND="./lynis audit system --quick${EXTRA_PARAMS}"
|
|
||||||
echo ""
|
echo ""
|
||||||
echo " How to perform a remote scan:"
|
echo " How to perform a remote scan:"
|
||||||
echo " ============================="
|
echo " ============================="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user