mirror of https://github.com/CISOfy/lynis.git
Adjusted setting in registration
This commit is contained in:
parent
75d7c5dad6
commit
f4ed6f11df
|
@ -445,7 +445,7 @@
|
|||
#################################################################################
|
||||
#
|
||||
# Register the discovered settings
|
||||
AddSetting "logging-tests-incorrect-os" "${SETTING_LOG_TESTS_INCORRECT_OS}" "Logging of tests that have a different OS"
|
||||
AddSetting "log-tests-incorrect-os" "${SETTING_LOG_TESTS_INCORRECT_OS}" "Logging of tests that have a different OS"
|
||||
AddSetting "show-report-solution" "${SETTING_SHOW_REPORT_SOLUTION}" "Show more details in report (solution)"
|
||||
unset SETTING_LOG_TESTS_INCORRECT_OS SETTING_SHOW_REPORT_SOLUTION
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue