- Parameter zu wget hinzugefuegt, um Download von systemausfall.org zu

ermoeglichen
This commit is contained in:
phil 2006-06-09 12:51:09 +00:00
parent 8c1305d7b3
commit 34afc1407a

View file

@ -12,7 +12,7 @@ KEY_SERVERS="x-hkp://pgp.mit.edu --keyserver hkp://subkeys.pgp.net"
function download_file()
{
local QUELLE=$(grep "^$1[[:space:]]" $URL_FILE | cut -f 2)
wget --continue --output-document "$DEST_DIR/$1" "$QUELLE"
wget --continue --output-document --no-check-certificate "$DEST_DIR/$1" "$QUELLE"
}
function verify_file()