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 e28274b commit d02548cCopy full SHA for d02548c
bin/run-network
@@ -15,6 +15,10 @@ esac
15
# Mithril
16
if ! test -e /data/db/protocolMagicId; then
17
__base=https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration
18
+ RESTORE_NETWORK=${RESTORE_NETWORK:-true}
19
+ if [[ ${RESTORE_NETWORK} != true ]]; then
20
+ __skip=true
21
+ fi
22
case ${NETWORK} in
23
mainnet|preprod) __path=release-${NETWORK} ;;
24
preview) __path=pre-release-${NETWORK} ;;
0 commit comments