From: martin f. krafft Date: Tue, 12 May 2015 11:31:41 +0000 (+0200) Subject: wget -c with -m makes no sense X-Git-Url: https://git.madduck.net/code/vinst.git/commitdiff_plain/d0c115dd764b56f005827e7df010af8f21d85e22 wget -c with -m makes no sense --- diff --git a/di-update b/di-update index 053a7b1..ed96093 100755 --- a/di-update +++ b/di-update @@ -21,7 +21,7 @@ for a in $ARCHS; do # count number of path components n=1; t=$p; while [ "${t%/*}" != "$t" ]; do t=${t%/*}; n=$((n+1)); done - wget -c -np -nH -m --cut-dirs=$n \ + wget -np -nH -m --cut-dirs=$n \ --directory-prefix=installer-$a/$s/current/images \ -X $p/cdrom,$p/hd-media \ -R index.html\* \