Skip to content

Commit

Permalink
Merge pull request ethereum#219 from tomochain/docker
Browse files Browse the repository at this point in the history
remove bash debug from docker entrypoint
  • Loading branch information
etienne-napoleone committed Oct 16, 2018
2 parents eed1de7 + 7299213 commit a6094e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/tomochain/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh

# vars from docker env
# - IDENTITY (default to empty)
Expand Down Expand Up @@ -142,6 +142,8 @@ fi
# dump
echo "dump: $IDENTITY $account $BOOTNODES"

set -x

exec tomo $params \
--verbosity $VERBOSITY \
--datadir $DATA_DIR \
Expand Down

0 comments on commit a6094e3

Please sign in to comment.