We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582b143 commit 112be9bCopy full SHA for 112be9b
tools/utils/cloud-image-downloader.sh
@@ -111,7 +111,7 @@ log "Error log file: $ERROR_LOG_FILE"
111
for filename in "${!IMAGE_URLS[@]}"; do
112
url="${IMAGE_URLS[$filename]}"
113
distro="${IMAGE_DISTROS[$filename]}"
114
-
+
115
# Check if a distro is defined for the file
116
if [ -z "$distro" ]; then
117
error_message="No distribution directory defined for $filename. Skipping."
@@ -140,7 +140,7 @@ for filename in "${!IMAGE_URLS[@]}"; do
140
else
141
# Handle download success
142
log "Successfully downloaded $filename to temporary location."
143
144
# Ensure the specific distro directory exists
145
log "Ensuring destination directory exists: $distro_dest_dir"
146
mkdir -p "$distro_dest_dir"
0 commit comments