diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index ebaafbcc3..a02bea836 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -623,7 +623,7 @@ Set_defaults () # Setting security updates option case "${LB_PARENT_DISTRIBUTION}" in - jessie|sid) + sid) LB_SECURITY="${LB_SECURITY:-false}" ;; @@ -634,7 +634,7 @@ Set_defaults () # Setting updates updates option case "${LB_PARENT_DISTRIBUTION}" in - jessie|sid) + sid) LB_UPDATES="${LB_UPDATES:-false}" ;; |