Set HOME if not set

This commit is contained in:
phahulin 2017-06-29 18:05:35 +03:00 committed by GitHub
parent 9dd25f66ce
commit a818c9ec04
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ GENESIS_REPO_LOC="https://raw.githubusercontent.com/oraclesorg/oracles-scripts/m
GENESIS_JSON="spec.json"
NODE_TOML="node.toml"
NODE_PWD="node.pwd"
HOME="${HOME:-/root}"
echo "===== will use docker version: ${INSTALL_DOCKER_VERSION}"
echo "===== will use parity docker image: ${INSTALL_DOCKER_IMAGE}"