Add helper tool 'configure'

This commit is contained in:
Michael Boelen 2016-05-15 20:00:18 +02:00
parent 1cbf7244c2
commit c751302a76
1 changed files with 15 additions and 0 deletions

View File

@ -95,6 +95,21 @@
fi
;;
# Configure Lynis
configure)
CHECK_BINARIES=0
RUN_HELPERS=1
QUIET=1
RUN_PLUGINS=0
RUN_TESTS=0
SHOW_PROGRAM_DETAILS=0
if [ $# -gt 0 ]; then shift; fi
HELPER="configure"
HELPER_PARAMS="$@"
break
;;
# Show Lynis details
show)
CHECK_BINARIES=0
RUN_HELPERS=1