diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 9c4d2d34a..2f817a2c4 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -319,10 +319,10 @@ Set_defaults () LH_MIRROR_BINARY_SECURITY="http://security.debian.org/" fi - # Setting sections value - if [ -z "${LH_SECTIONS}" ] + # Setting categories value + if [ -z "${LH_CATEGORIES}" ] then - LH_SECTIONS="main" + LH_CATEGORIES="main" fi ## config/chroot |