From c1becef2d2d96ce2c782d2b0eb19b24dcd6026d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 14 Jan 2014 21:49:26 -0500 Subject: [PATCH] lxc-download: Fix wrong option parsing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- templates/lxc-download.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 0602bbc7d..58a4a1738 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -172,7 +172,7 @@ EOF } options=$(getopt -o d:r:a:hl -l dist:,release:,arch:,help,list,variant:,\ -server:,keyid:,no-validate,flush-cache,force-cache:,name:,path:,\ +server:,keyid:,no-validate,flush-cache,force-cache,name:,path:,\ rootfs:,mapped-uid: -- "$@") if [ $? -ne 0 ]; then