Files
tendermint/test/e2e/docker/entrypoint-maverick
2020-10-23 16:04:23 +02:00

11 lines
217 B
Bash
Executable File

#!/usr/bin/env bash
# Forcibly remove any stray UNIX sockets left behind from previous runs
rm -rf /var/run/privval.sock /var/run/app.sock
/usr/bin/app /tendermint/config/app.toml &
sleep 1
/usr/bin/maverick "$@"