Skip to content

Commit

Permalink
Change entrypoint to accept a complete command instead of just argume…
Browse files Browse the repository at this point in the history
…nts for iasRun
  • Loading branch information
sfehlandt committed Mar 13, 2018
1 parent f12844f commit 0c42162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

source Tools/config/ias-bash-profile.sh
iasRun "${@}"
"${@}"
sleep infinity

0 comments on commit 0c42162

Please sign in to comment.