mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-15 03:25:55 +00:00
lxc-openmandriva: fix parsing of option "--clean": it takes no argument
Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
4986f1c435
commit
fe9d4df40a
@ -377,7 +377,7 @@ do
|
||||
--rootfs) rootfs_path=$2; shift 2;;
|
||||
-n|--name) name=$2; shift 2;;
|
||||
-P|--profile) profile=$2; shift 2;;
|
||||
-c|--clean) clean=$2; shift 2;;
|
||||
-c|--clean) clean=1; shift 1;;
|
||||
-R|--release) release=$2; shift 2;;
|
||||
-A|--arch) arch=$2; shift 2;;
|
||||
-4|--ipv4) ipv4=$2; shift 2;;
|
||||
|
Loading…
Reference in New Issue
Block a user