mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Merge 57f3c11651 into 38ad27885f
This commit is contained in:
commit
d570abf2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue