Skip to content

Commit

Permalink
templates/lxc-download.in: use GPG option --receive-keys instead of -…
Browse files Browse the repository at this point in the history
…-recv-keys

Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
  • Loading branch information
Johannes Kastl committed Jul 1, 2020
1 parent 5408652 commit 409040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-download.in
Expand Up @@ -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
Expand Down

0 comments on commit 409040e

Please sign in to comment.