hyperledger / fabric-samples

Samples for Hyperledger Fabric
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
2.74k stars 3.34k forks source link

Fix docs and scripts for asset-transfer-basic as an external service #1194

Closed satota2 closed 2 months ago

satota2 commented 2 months ago

Type of change

Description

This PR fixes docs and scripts for asset-transfer-basic as an external service.

The path to the configuration file that the peer container in the test-network references seems to have changed. So we need to update the path in the procedures.

As discussed in the following mailing list exchange, starting with Fabric v2.5, so we need to change the scripts (detect, build, release, run) to start with #!/bin/bash instead of #!/bin/sh. https://lists.hyperledger.org/g/fabric/topic/104464487

Related issues

Resolves #1137