typo
This commit is contained in:
parent
d2af928664
commit
62da06d236
|
@ -169,7 +169,7 @@ function keyserver_import_keys {
|
||||||
fi
|
fi
|
||||||
cd /var/lib/sks/dump
|
cd /var/lib/sks/dump
|
||||||
echo $'Getting keyserver dump. This may take a few days or longer, so be patient.'
|
echo $'Getting keyserver dump. This may take a few days or longer, so be patient.'
|
||||||
rm -rf cd /var/lib/sks/dump/*
|
rm -rf /var/lib/sks/dump/*
|
||||||
KEYSERVER_DUMP_URL="https://keyserver.mattrude.com/dump/$(date +%F)/"
|
KEYSERVER_DUMP_URL="https://keyserver.mattrude.com/dump/$(date +%F)/"
|
||||||
wget -crp -e robots=off --level=1 --cut-dirs=3 -nH \
|
wget -crp -e robots=off --level=1 --cut-dirs=3 -nH \
|
||||||
-A pgp,txt $KEYSERVER_DUMP_URL
|
-A pgp,txt $KEYSERVER_DUMP_URL
|
||||||
|
|
Loading…
Reference in New Issue