- 2. fix fuer das systemausfall.org-zertifikat
This commit is contained in:
parent
0531c274f9
commit
11b2de39b3
1 changed files with 1 additions and 1 deletions
|
@ -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 --no-check-certificate "$DEST_DIR/$1" "$QUELLE"
|
||||
wget --continue --no-check-certificate --output-document "$DEST_DIR/$1" "$QUELLE"
|
||||
}
|
||||
|
||||
function verify_file()
|
||||
|
|
Loading…
Reference in a new issue