]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
templates/lxc-download.in: use GPG option --receive-keys instead of --recv-keys 3469/head
authorJohannes Kastl <kastl@b1-systems.de>
Tue, 30 Jun 2020 17:13:04 +0000 (19:13 +0200)
committerJohannes Kastl <kastl@b1-systems.de>
Wed, 1 Jul 2020 05:09:09 +0000 (07:09 +0200)
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
templates/lxc-download.in

index fbfca32bcc3304adea56523661be491c396b4ad3..4cb21299b4d7f7c9b746857e5b65b35456ca3241 100644 (file)
@@ -135,7 +135,7 @@ gpg_setup() {
   success=
   for _ in $(seq 3); do
     if gpg --keyserver "${DOWNLOAD_KEYSERVER}" ${DOWNLOAD_GPG_PROXY:-} \
-      --recv-keys "${DOWNLOAD_KEYID}" >/dev/null 2>&1; then
+      --receive-keys "${DOWNLOAD_KEYID}" >/dev/null 2>&1; then
       success=1
       break
     fi