s/http/https/ again

This commit is contained in:
Steve McIntyre 2016-01-14 22:08:15 +00:00
parent a1c501ad31
commit bf2c252d98
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ calc_boot_size() {
# If we're looking for an image location to download, see if it's in a
# local cache first.
try_di_image_cache() {
DI_TMP_DIR=${DI_WWW_HOME#*http://}
DI_TMP_DIR=${DI_WWW_HOME#*https://}
if [ -n "$DI_DIR" ] && [ -e "${DI_DIR}/${DI_TMP_DIR}" ] ; then
DI_DIR="$DI_DIR/${DI_TMP_DIR}"
DI_WWW_HOME=""