From: Johannes Kastl Date: Tue, 30 Jun 2020 17:13:04 +0000 (+0200) Subject: templates/lxc-download.in: use GPG option --receive-keys instead of --recv-keys X-Git-Tag: lxc-5.0.0~400^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409040e702f814a167aed5a0e833f4d5c67fd29d;p=thirdparty%2Flxc.git templates/lxc-download.in: use GPG option --receive-keys instead of --recv-keys Signed-off-by: Johannes Kastl --- 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