From 1d32715b3f54dbd482a090445d6c50c05fc8516d Mon Sep 17 00:00:00 2001 From: Tsahi Zidenberg Date: Mon, 14 Mar 2022 19:39:01 +0200 Subject: [PATCH] testnode.bash supports more arguments --- test-node.bash | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test-node.bash b/test-node.bash index 6ec2c66fd0..1c28ac8599 100755 --- a/test-node.bash +++ b/test-node.bash @@ -12,11 +12,6 @@ if ! which docker-compose > /dev/null; then exit 1 fi -if [[ $# -gt 1 ]]; then - echo Error! One parameter max! - exit 1 -fi - num_volumes=`docker volume ls --filter label=com.docker.compose.project=nitro -q | wc -l` if [[ $num_volumes -eq 0 ]]; then