Skip to content

Commit

Permalink
fix missing container (-c) parameter #3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Jan 20, 2022
1 parent dd5ed58 commit ce7dfbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ while [ "${1}" ]; do
EXEC_USER="${DEFAULT_EXEC_USER}"
fi
if [ "${1}" = "--container" ] || [ "${1}" = "-c" ]; then
shift
CONTAINER="${1}"
shift
else
Expand Down

0 comments on commit ce7dfbb

Please sign in to comment.