From d0c115dd764b56f005827e7df010af8f21d85e22 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 12 May 2015 13:31:41 +0200 Subject: [PATCH] wget -c with -m makes no sense --- di-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\* \ -- 2.39.2