Unverified Commit ffa68840 by Stéphane Graber Committed by GitHub

Merge pull request #3469 from johanneskastl/20200630_Kastl_fix_gpg_option

templates/lxc-download.in: use GPG option "--receive-keys"
parents 5408652d 409040e7
......@@ -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
......
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