github.com/soomindae/tendermint@v0.0.5-0.20210528140126-84a0c70c8162/test/e2e/docker/entrypoint (about) 1 #!/usr/bin/env bash 2 3 # Forcibly remove any stray UNIX sockets left behind from previous runs 4 rm -rf /var/run/privval.sock /var/run/app.sock 5 6 /usr/bin/app /tendermint/config/app.toml & 7 8 sleep 1 9 10 /usr/bin/tendermint "$@"