Rename --config-dir to --ledger (progress towards deleting validator.sh) (#5423)

This commit is contained in:
Michael Vines
2019-08-05 12:42:52 -07:00
committed by GitHub
parent a81dd80d60
commit b5aa03dd7c
7 changed files with 89 additions and 96 deletions

View File

@@ -101,7 +101,7 @@ echo --- Creating tarball
set -e
cd "$(dirname "$0")"/..
export USE_INSTALL=1
export REQUIRE_CONFIG_DIR=1
export REQUIRE_LEDGER_DIR=1
export REQUIRE_KEYPAIRS=1
exec multinode-demo/validator.sh "$@"
EOF