From be773d2015592b399e554e52ec357105a81deb63 Mon Sep 17 00:00:00 2001 From: dsanchezseco Date: Thu, 3 Aug 2017 20:16:27 +0200 Subject: [PATCH] [FAB-5603] fixed missing f option on switch fixed the unrecognized option on byfn.sh script when providing the docker-compose file to start the network Fix Issue # FAB-5603 Change-Id: I74234c53d8f82cbf2678f80aa3a898c3ec51c422 Signed-off-by: dsanchezseco --- first-network/byfn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-network/byfn.sh b/first-network/byfn.sh index d2d2af517c..535bbf94c5 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -305,7 +305,7 @@ CHANNEL_NAME="mychannel" COMPOSE_FILE=docker-compose-cli.yaml # Parse commandline args -while getopts "h?m:c:t:d:" opt; do +while getopts "h?m:c:t:d:f:" opt; do case "$opt" in h|\?) printHelp