Added comment to debug setting

This commit is contained in:
Michael Boelen 2016-08-13 09:51:02 +02:00
parent bcf69503bc
commit b90ce88b36
1 changed files with 2 additions and 0 deletions

View File

@ -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}'"