From d9c93abf7e78896faa44ec41ec8680b3ada86c08 Mon Sep 17 00:00:00 2001 From: Piotr Macek <4007944+piotrm50@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:13:12 +0100 Subject: [PATCH] Fix run.sh after review. --- tools/docker-network/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/docker-network/run.sh b/tools/docker-network/run.sh index a47388ec1..323a6bdbb 100755 --- a/tools/docker-network/run.sh +++ b/tools/docker-network/run.sh @@ -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