mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Added comment to debug setting
This commit is contained in:
parent
bcf69503bc
commit
b90ce88b36
@ -109,6 +109,8 @@
|
|||||||
FIND=$(echo "${VALUE}" | egrep "^(1|true|yes)") && OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY=1
|
FIND=$(echo "${VALUE}" | egrep "^(1|true|yes)") && OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY=1
|
||||||
AddSetting "debian-skip-security-repository" "OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY" "Skip checking for a security repository (Debian and others)"
|
AddSetting "debian-skip-security-repository" "OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY" "Skip checking for a security repository (Debian and others)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
# Debug status to show more details while running program
|
||||||
debug)
|
debug)
|
||||||
FIND=$(echo "${VALUE}" | egrep "^(1|true|yes)") && DEBUG=1
|
FIND=$(echo "${VALUE}" | egrep "^(1|true|yes)") && DEBUG=1
|
||||||
Debug "Debug mode set to '${DEBUG}'"
|
Debug "Debug mode set to '${DEBUG}'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user