Skip to content

Commit

Permalink
cndp-frr: fixup linter issues in startup script
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
  • Loading branch information
maryamtahhan committed Nov 13, 2023
1 parent 349614e commit 633c10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cndp-frr/scripts/setup-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#########################################
############ Create networks ############
#########################################
if [ ! "$(docker network ls -q -f name=net1)"] || [ ! "$(docker network ls -q -f name=net2)"] || [ ! "$(docker network ls -q -f name=net3)"]; then
if [ ! "$(docker network ls -q -f name=net1)" ] || [ ! "$(docker network ls -q -f name=net2)" ] || [ ! "$(docker network ls -q -f name=net3)" ]; then
docker network create net1 --subnet=172.19.0.0/16
docker network create net2 --subnet=172.20.0.0/16
docker network create net3 --subnet=172.21.0.0/16
Expand Down

0 comments on commit 633c10a

Please sign in to comment.