mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-06 04:34:19 +01:00
bastille: Fix commands when --delay is specified
This commit is contained in:
@@ -244,6 +244,10 @@ case "${CMD}" in
|
|||||||
OPTIONS=""
|
OPTIONS=""
|
||||||
while [ "$#" -gt 0 ] && [ "${PARALLEL_MODE}" -eq 1 ]; do
|
while [ "$#" -gt 0 ] && [ "${PARALLEL_MODE}" -eq 1 ]; do
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
|
-d|--delay)
|
||||||
|
OPTIONS="${OPTIONS} ${1} ${2}"
|
||||||
|
shift 2
|
||||||
|
;;
|
||||||
-*)
|
-*)
|
||||||
OPTIONS="${OPTIONS} ${1}"
|
OPTIONS="${OPTIONS} ${1}"
|
||||||
shift 1
|
shift 1
|
||||||
|
|||||||
Reference in New Issue
Block a user