create -i now doesn't override -c anymore
This commit is contained in:
parent
02070e2e6c
commit
d41e5c4d78
@ -63,7 +63,7 @@ create)
|
||||
-x) newjail_fill="NO"; shift;;
|
||||
-r) newjail_root="$2"; shift 2;;
|
||||
-f) newjail_flavour="$2"; shift 2;;
|
||||
-i) newjail_image="simple"; shift;;
|
||||
-i) newjail_image=${newjail_image:-"simple"}; shift;;
|
||||
-s) newjail_imagesize="$2"; shift 2;;
|
||||
-c) newjail_image="crypto"; shift;;
|
||||
--) shift; break;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user