Skip to content

Commit

Permalink
testnode.bash supports more arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Mar 14, 2022
1 parent 8a13423 commit 1d32715
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d32715

Please sign in to comment.