fix fetchurl

This commit is contained in:
Aristid Breitkreuz 2014-10-05 19:23:11 +02:00
parent fca51849ec
commit 5c0816567d

View file

@ -34,6 +34,7 @@ tryDownload() {
# keep this inside an if statement, since on failure it doesn't abort the script
if $curl -C - --fail "$url" --output "$downloadedFile"; then
success=1
break
else
curlexit=$?;
fi