From e14546e377a65c73687ad9fdbb5140fa1de66404 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Fri, 7 Aug 2020 15:10:22 -0400 Subject: [PATCH] lxc-download: Fix retry loop MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes #3511 Signed-off-by: Stéphane Graber --- templates/lxc-download.in | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index fbfca32bc..278487d22 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -139,7 +139,6 @@ gpg_setup() { success=1 break fi - break done if [ -z "${success}" ]; then -- 2.47.2