Fixed review comments.

This commit is contained in:
Clinton Alexander
2016-08-24 21:03:20 +01:00
parent f46cbd32c6
commit f2a93ea67b
3 changed files with 14 additions and 12 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Creates three nodes. A network map and notary node and two regular nodes that can be extended with cordapps.
set -euo pipefail
trap 'kill $(jobs -p)' SIGINT SIGTERM EXIT
export CAPSULE_CACHE_DIR=cache