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 9615d82 commit 394f11eCopy full SHA for 394f11e
scripts/selfhost/fetch_log.sh
@@ -169,7 +169,7 @@ download_file() {
169
[[ "$presign_url" =~ ^https?:// ]] || { log ERROR "Invalid URL format"; return 1; }
170
171
log DEBUG "Downloading from: $presign_url"
172
- if curl -L -s -S -f -o "$download_dir/$filename" "$presign_url"; then
+ if curl -k -L -s -S -f -o "$download_dir/$filename" "$presign_url"; then
173
log INFO "Downloaded: $filename ($(du -h "$download_dir/$filename" | cut -f1))"
174
return 0
175
else
0 commit comments