Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-13 10:51:02 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-13 10:51:02 +0300
commitb90ce88b363209d332973f1d2250bda1ff21e8b0 (patch)
tree7e71dac9f5e03c2de1cec101d2dae306a383daa1 /include
parentbcf69503bc31a5b7253c06abad8513541648cc25 (diff)
Added comment to debug setting
Diffstat (limited to 'include')
-rw-r--r--include/profiles2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/profiles b/include/profiles
index 2bdd7faf..c3dbb2eb 100644
--- a/include/profiles
+++ b/include/profiles
@@ -109,6 +109,8 @@
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)"
;;
+
+ # Debug status to show more details while running program
debug)
FIND=$(echo "${VALUE}" | egrep "^(1|true|yes)") && DEBUG=1
Debug "Debug mode set to '${DEBUG}'"