introduce -f option to getopt list of ezjail-admin delete
This commit is contained in:
parent
425dab96af
commit
5ef11c6d04
@ -495,7 +495,7 @@ delete)
|
||||
# Clean variables, prevent polution
|
||||
unset ezjail_wipeme ezjail_forcestop
|
||||
|
||||
shift; while getopts :w arg; do case ${arg} in
|
||||
shift; while getopts :wf arg; do case ${arg} in
|
||||
w) ezjail_wipeme="YES";;
|
||||
f) ezjail_forcestop="YES";;
|
||||
?) exerr ${ezjail_usage_delete};;
|
||||
|
Loading…
x
Reference in New Issue
Block a user