mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Merge pull request #219 from tomochain/docker
remove bash debug from docker entrypoint
This commit is contained in:
commit
a6094e3346
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -x
|
#!/bin/sh
|
||||||
|
|
||||||
# vars from docker env
|
# vars from docker env
|
||||||
# - IDENTITY (default to empty)
|
# - IDENTITY (default to empty)
|
||||||
|
|
@ -142,6 +142,8 @@ fi
|
||||||
# dump
|
# dump
|
||||||
echo "dump: $IDENTITY $account $BOOTNODES"
|
echo "dump: $IDENTITY $account $BOOTNODES"
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
exec tomo $params \
|
exec tomo $params \
|
||||||
--verbosity $VERBOSITY \
|
--verbosity $VERBOSITY \
|
||||||
--datadir $DATA_DIR \
|
--datadir $DATA_DIR \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue