diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 1c460dab..99671e27 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -244,6 +244,10 @@ case "${CMD}" in OPTIONS="" while [ "$#" -gt 0 ] && [ "${PARALLEL_MODE}" -eq 1 ]; do case "${1}" in + -d|--delay) + OPTIONS="${OPTIONS} ${1} ${2}" + shift 2 + ;; -*) OPTIONS="${OPTIONS} ${1}" shift 1