lxc-download: Fix retry loop

Closes #3511 Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 459fef26
...@@ -139,7 +139,6 @@ gpg_setup() { ...@@ -139,7 +139,6 @@ gpg_setup() {
success=1 success=1
break break
fi fi
break
done done
if [ -z "${success}" ]; then if [ -z "${success}" ]; then
......
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