This commit is contained in:
Lezwon Castelino 2017-10-03 08:13:04 +00:00 committed by GitHub
commit d570abf2e8

View file

@ -15,7 +15,7 @@ starttime=$(date +%s)
if [ ! -d ~/.hfc-key-store/ ]; then
mkdir ~/.hfc-key-store/
fi
cp $PWD/creds/* ~/.hfc-key-store/
cp "$PWD"/creds/* ~/.hfc-key-store/
# launch network; create channel and join peer to channel
cd ../basic-network
./start.sh