diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 140cc650f..2ee4a112c 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -385,6 +385,8 @@ Set_defaults () esac fi + LH_MIRROR_DEBIAN_INSTALLER="${LH_MIRROR_DEBIAN_INSTALLER:-${LH_MIRROR_BOOTSTRAP}}" + # Setting archive areas value if [ -z "${LH_ARCHIVE_AREAS}" ] then |