Skip to content

Commit

Permalink
adapting test scripts to new dtcconfig command name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo committed May 20, 2020
1 parent 631a4ed commit 9be5e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
cd "$(dirname $0)" || exit
go run github.com/niclabs/dtcconfig rsa \
go run github.com/niclabs/dtcconfig create \
-n 0.0.0.0:9871,0.0.0.0:9873,0.0.0.0:9875,0.0.0.0:9877,0.0.0.0:9879 \
-t 3 \
-H "$(ip addr | grep 'global docker0' | awk '{print $2}' | sed sx/16xxg)" \
Expand Down

0 comments on commit 9be5e2c

Please sign in to comment.