scripts/functions
changeset 1672 636126117b8c
parent 1669 61edd9d19e3c
child 1673 ecb7fcc4edb0
     1.1 --- a/scripts/functions	Wed Dec 30 15:36:22 2009 +0100
     1.2 +++ b/scripts/functions	Fri Jan 01 12:27:06 2010 +0100
     1.3 @@ -354,8 +354,8 @@
     1.4      # Note: comments about curl method (above) are also valid here
     1.5      # Plus: default progress indicator is a single line, so use verbose log
     1.6      #       so that the CT-NG's ouput is 'live'.
     1.7 -    CT_DoExecLog ALL aria2c -l - -s ${CT_DOWNLOAD_MAX_CHUNKS} -m 3 --retry-wait 5 -t ${CT_CONNECT_TIMEOUT} -p "$1" \
     1.8 -    || CT_DoExecLog ALL aria2c -l - -s ${CT_DOWNLOAD_MAX_CHUNKS} -m 3 --retry-wait 5 -t ${CT_CONNECT_TIMEOUT} "$1" \
     1.9 +    CT_DoExecLog ALL aria2c -l - -s ${CT_DOWNLOAD_MAX_CHUNKS} -m 3 -t ${CT_CONNECT_TIMEOUT} -p "$1" \
    1.10 +    || CT_DoExecLog ALL aria2c -l - -s ${CT_DOWNLOAD_MAX_CHUNKS} -m 3 -t ${CT_CONNECT_TIMEOUT} "$1" \
    1.11      || true
    1.12  }
    1.13