From 409040e702f814a167aed5a0e833f4d5c67fd29d Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 30 Jun 2020 19:13:04 +0200 Subject: [PATCH] templates/lxc-download.in: use GPG option --receive-keys instead of --recv-keys Signed-off-by: Johannes Kastl --- templates/lxc-download.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index fbfca32bc..4cb21299b 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -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 -- 2.47.2