mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
remove bash debug from docker entrypoint
This commit is contained in:
parent
7bca77170d
commit
b30c348078
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -x
|
||||
#!/bin/sh
|
||||
|
||||
# vars from docker env
|
||||
# - IDENTITY (default to empty)
|
||||
|
|
|
|||
Loading…
Reference in a new issue