Browse Source

sde-download: enhanced get-tokenized.sh to follow redirects

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
3e19bd673d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/sde-download/get-tokenized.sh

+ 1
- 1
lib/sde-download/get-tokenized.sh

@ -19,7 +19,7 @@
# here)
#
curl_options="-s"
curl_options="-s -L"
curl_options="$curl_options --disable-epsv"
curl_options="$curl_options -y 60 -Y 1 --connect-timeout 300"

Loading…
Cancel
Save