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.
2 parents e28274b + d02548c commit 3cc9c6aCopy full SHA for 3cc9c6a
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