]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc-download: Ignore return code from subshell
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 27 Feb 2014 20:46:23 +0000 (15:46 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 27 Feb 2014 20:46:23 +0000 (15:46 -0500)
commitfda03e44e6dbe7bd13f68e0751b08e0fe5584106
tree3296862aca58ce3c1b4cbc1da9f3fcae1e202a7f
parent5292adfd22c0249880ea529f67a534269e62a7c8
lxc-download: Ignore return code from subshell

The previous change fixed parsing of multiple uid/gid ranges by using a
while loop, however a failure in that loop will cause the script to exit
(due to -e), so we need to ignore the return value of the commands
inside that loop.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-download.in