Simplify destroy options, no need to shift 1 on single options

This commit is contained in:
Jose
2020-02-20 10:41:41 -04:00
parent e26fe60fe4
commit 6b7b506c83
2 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -391,11 +391,11 @@ else
## handle single options
case "${1}" in
-T|--thick|thick)
shift 1
shift
THICK_JAIL="1"
;;
-V|--vnet|vnet)
shift 1
shift
VNET_JAIL="1"
;;
-*)