Skip to content

Commit

Permalink
Fix run.sh after review.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrm50 committed Nov 2, 2023
1 parent f56c9d1 commit d9c93ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker-network/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
function join { local IFS="$1"; shift; echo "$*"; }

# All parameters can be optional now, just make sure we don't have too many
if [[ $# -gt 4 ]] ; then
echo 'Call with ./run [monitoring=0|1]'
if [[ $# -gt 2 ]] ; then
echo 'Call with ./run.sh [monitoring=0|1]'
exit 0
fi

Expand Down

0 comments on commit d9c93ab

Please sign in to comment.