mirror of https://github.com/CISOfy/lynis.git
Minor code cleanup
This commit is contained in:
parent
61c3fcd5c3
commit
ffdee1034a
3
lynis
3
lynis
|
@ -707,7 +707,6 @@
|
|||
logtextbreak
|
||||
# Test sections
|
||||
if [ "${TESTS_CATEGORY_TO_PERFORM}" = "" ]; then
|
||||
#YYY insert plugin support
|
||||
logtext "Info: perform tests from all categories"
|
||||
|
||||
INCLUDE_TESTS="boot_services kernel memory_processes authentication shells \
|
||||
|
@ -746,7 +745,7 @@
|
|||
#
|
||||
#################################################################################
|
||||
#
|
||||
logtextbreak
|
||||
#logtextbreak
|
||||
InsertSection "Custom Tests"
|
||||
logtext "Test: Checking for tests_custom file"
|
||||
# Custom tests
|
||||
|
|
Loading…
Reference in New Issue