mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
keep the debug
only for the last command of the entrypoint
This commit is contained in:
parent
254ae2cc10
commit
72992136e2
1 changed files with 2 additions and 0 deletions
|
|
@ -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