Skip to content

Commit 394f11e

Browse files
authored
Update fetch_log.sh
1 parent 9615d82 commit 394f11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/selfhost/fetch_log.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ download_file() {
169169
[[ "$presign_url" =~ ^https?:// ]] || { log ERROR "Invalid URL format"; return 1; }
170170

171171
log DEBUG "Downloading from: $presign_url"
172-
if curl -L -s -S -f -o "$download_dir/$filename" "$presign_url"; then
172+
if curl -k -L -s -S -f -o "$download_dir/$filename" "$presign_url"; then
173173
log INFO "Downloaded: $filename ($(du -h "$download_dir/$filename" | cut -f1))"
174174
return 0
175175
else

0 commit comments

Comments
 (0)