Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
ff3fea0ba2
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      scripts/Download

+ 1
- 2
scripts/Download

@ -457,7 +457,7 @@ download_file_now() {
echo "ERROR: So I'm not trying to download" \
"it again (remove src/Download-Errors"
echo "ERROR: if you want to force a retry)."
rm -f "$lkfile" ; trap INT ; return 1
return 1
fi
# Download
@ -546,7 +546,6 @@ download_file_now() {
fi
if [ $curlret -ne 0 ] ; then
rm -f "$lkfile" ; trap INT
case "$curlret" in
18)
echo "WARNING: Got only some of the" \

Loading…
Cancel
Save