Skip to content

Commit

Permalink
update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
padthaitofuhot committed Oct 3, 2017
1 parent dfa3e4c commit 9cbf2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/resources/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ we_get_signal() {
# Because Docker zombies are real.
trap we_get_signal INT TERM

# if ! [ -x /usr/local/bin/ansible ] || ! [ -x /usr/local/bin/ecsdeploy ]; then
if ! [ -x /usr/local/bin/ecsdeploy ]; then
# if ! [ -x /usr/bin/ansible ] || ! [ -x /usr/bin/ecsdeploy ]; then
if ! [ -x /usr/bin/ecsdeploy ]; then
init_container=true
fi

Expand Down

0 comments on commit 9cbf2ed

Please sign in to comment.