Skip to content

Commit

Permalink
Merge pull request #111 from nblumhardt/arg-quoting
Browse files Browse the repository at this point in the history
Double-quote forwarded arguments in run.sh
  • Loading branch information
KodrAus authored Aug 22, 2019
2 parents 6813d00 + cb3f1c4 commit a56422d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dockerfiles/seqcli/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
#!/bin/bash

# Default arguments to those passed to the container
args=$@

exec /bin/seqcli/seqcli $args
exec /bin/seqcli/seqcli "$@"

0 comments on commit a56422d

Please sign in to comment.