scripts/functions
changeset 1680 f36307474ee5
parent 1673 ecb7fcc4edb0
child 1689 184a960d2fc8
     1.1 --- a/scripts/functions	Fri Jan 01 17:09:52 2010 +0100
     1.2 +++ b/scripts/functions	Sun Jan 03 16:30:35 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 -t ${CT_CONNECT_TIMEOUT} -p "$1" \
     1.8 -    || CT_DoExecLog ALL aria2c -l - -s ${CT_DOWNLOAD_MAX_CHUNKS} -m 3 -t ${CT_CONNECT_TIMEOUT} "$1" \
     1.9 +    CT_DoExecLog ALL aria2c --summary-interval=1 -s ${CT_DOWNLOAD_MAX_CHUNKS} -m 3 -t ${CT_CONNECT_TIMEOUT} -p "$1" \
    1.10 +    || CT_DoExecLog ALL aria2c --summary-interval=1 -s ${CT_DOWNLOAD_MAX_CHUNKS} -m 3 -t ${CT_CONNECT_TIMEOUT} "$1" \
    1.11      || rm -f "${1##*/}"
    1.12  }
    1.13