Merge "[FAB-5603] fixed missing f option on switch"

This commit is contained in:
Artem Barger 2017-08-07 10:26:01 +00:00 committed by Gerrit Code Review
commit 6e096791ef

View file

@ -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