Skip to content

Commit

Permalink
Update bootstrap script for v3
Browse files Browse the repository at this point in the history
Update old bootstrap.sh script to match the newer install-fabric.sh script.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Sep 5, 2023
1 parent 2fc8162 commit 893696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pullDockerImages() {
if [ "${NODOCKER}" == 0 ]; then
FABRIC_IMAGES=(peer orderer ccenv tools)
case "$VERSION" in
2.*)
[2-3].*)
FABRIC_IMAGES+=(baseos)
shift
;;
Expand Down

0 comments on commit 893696f

Please sign in to comment.