mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 15:39:18 +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:
parent
0d656b0549
commit
c1becef2d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user