We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c565dbf commit e4e7ce6Copy full SHA for e4e7ce6
bin/run-network
@@ -34,7 +34,7 @@ if ! test -e /data/db/protocolMagicId; then
34
# Handle SIGTERM during initial sync
35
trap 'kill -TERM $(pidof mithril-client)' TERM
36
# Run mithril-client in the background so we can capture the PID and wait
37
- mithril-client cardano-db snapshot download ${SNAPSHOT_DIGEST} &
+ mithril-client cardano-db download ${SNAPSHOT_DIGEST} &
38
_mithril_pid=$!
39
wait $_mithril_pid || exit $?
40
# Reset signal handler and wait again (to avoid race condition)
0 commit comments