github.com/badrootd/celestia-core@v0.0.0-20240305091328-aa4207a4b25d/test/e2e/docker/entrypoint-maverick (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 /cometbft/config/app.toml & 7 8 sleep 1 9 10 /usr/bin/maverick "$@"