mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
s/http/https/ again
This commit is contained in:
parent
a1c501ad31
commit
bf2c252d98
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user