mirror of
git://github.com/lxc/lxc
synced 2025-08-31 15:09:28 +00:00
lxc-download: Fix wrong option parsing
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user