introduce -f option to getopt list of ezjail-admin delete

This commit is contained in:
erdgeist 2007-10-07 23:11:24 +00:00
parent 425dab96af
commit 5ef11c6d04

View File

@ -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};;