From 94a38ffd739fe636c135a0abf590ea9dd2ef068c Mon Sep 17 00:00:00 2001 From: fbt Date: Wed, 12 Nov 2014 18:30:23 +0300 Subject: [PATCH] curl options fix --- sup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sup b/sup index 01569a9..d013e19 100755 --- a/sup +++ b/sup @@ -145,7 +145,7 @@ main() { if sup.if_url "$target"; then file=`sup.mktemp "$cfg_tmp_dir"` - curl -s "$target" > "$file" || { + curl -skL "$target" > "$file" || { sup.err "Could not download file." return 1 }