Browse Source

different info text

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1882 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
039519c91b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      scripts/Download

+ 2
- 2
scripts/Download

@ -412,8 +412,8 @@ download_file() {
if [ "$mirror" -a "$mirror" != "none" ] ; then
# try to use mirror
if ! download_file_now "!$mirror/${bzfile#download/}" $bzfile $bzfile; then
# oops... so try direct
echo "INFO: download from mirror failed, trying direct."
# oops... so try direct (original URL)
echo "INFO: download from mirror failed, trying original URL."
download_file_now $location $gzfile $bzfile
else
gzfile="$bzfile"

Loading…
Cancel
Save