mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-31 09:50:25 +01:00
Merge pull request #1013 from BastilleBSD/tschettervictor-patch-1
bastille: Fix commands when --delay is specified
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user