Unverified Commit 04f72d91 by Johannes Kastl Committed by Christian Brauner

templates/lxc-download.in: use GPG option --receive-keys instead of --recv-keys

parent 0404298b
...@@ -135,7 +135,7 @@ gpg_setup() { ...@@ -135,7 +135,7 @@ gpg_setup() {
success= success=
for _ in $(seq 3); do for _ in $(seq 3); do
if gpg --keyserver "${DOWNLOAD_KEYSERVER}" ${DOWNLOAD_GPG_PROXY:-} \ 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 success=1
break break
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment