From 9be5e2c7b4ebab67e78ad1e864b979ebbb7dc0e3 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Wed, 20 May 2020 19:28:33 -0400 Subject: [PATCH] adapting test scripts to new dtcconfig command name --- docker/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test.sh b/docker/test.sh index f419d9d..14ab0ac 100755 --- a/docker/test.sh +++ b/docker/test.sh @@ -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)" \