Fantom-foundation/go-lachesis

View on GitHub
docker/sentry/stop.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
cd $(dirname $0)

if [ ! -f ".env" ]; then
    > .env
fi

docker-compose down 2> /dev/null # fine if not found