connect_to_testnet.nims: mkDir dataDir
This commit is contained in:
parent
5807e2a767
commit
421378b92d
|
@ -120,6 +120,7 @@ cli do (skipGoerliKey {.
|
||||||
discard
|
discard
|
||||||
|
|
||||||
cd rootDir
|
cd rootDir
|
||||||
|
mkDir dataDir
|
||||||
|
|
||||||
# macOS may not have gnu-getopts installed and in the PATH
|
# macOS may not have gnu-getopts installed and in the PATH
|
||||||
execIgnoringExitCode &"""./scripts/make_prometheus_config.sh --nodes 1 --base-metrics-port 8008 --config-file "{dataDir}/prometheus.yml""""
|
execIgnoringExitCode &"""./scripts/make_prometheus_config.sh --nodes 1 --base-metrics-port 8008 --config-file "{dataDir}/prometheus.yml""""
|
||||||
|
|
Loading…
Reference in New Issue