We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9df18e commit 23e46caCopy full SHA for 23e46ca
src/setup-docker/templates/fabric-docker/commands-generated.sh
@@ -20,8 +20,9 @@ generateArtifacts() {
20
<% } %>
21
22
<%_ }) _%>
23
- # Create directory for chaincode packages to avoid permission errors on linux
+ # Create directories to avoid permission errors on linux
24
mkdir -p "$FABLO_NETWORK_ROOT/fabric-config/chaincode-packages"
25
+ mkdir -p "$FABLO_NETWORK_ROOT/fabric-config/config"
26
}
27
28
startNetwork() {
0 commit comments