aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dhtu_testbed_deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dhtu_testbed_deploy.sh')
-rwxr-xr-xsrc/dht/dhtu_testbed_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dhtu_testbed_deploy.sh b/src/dht/dhtu_testbed_deploy.sh
index 3a2ffeff0..648da7313 100755
--- a/src/dht/dhtu_testbed_deploy.sh
+++ b/src/dht/dhtu_testbed_deploy.sh
@@ -60,7 +60,7 @@ do
60 PORT=`expr $MINPORT + $n` 60 PORT=`expr $MINPORT + $n`
61 CFG="/tmp/deployment/${n}.conf" 61 CFG="/tmp/deployment/${n}.conf"
62 cat dhtu_testbed_deploy.conf | sed -e "s/%N%/$PORT/" > $CFG 62 cat dhtu_testbed_deploy.conf | sed -e "s/%N%/$PORT/" > $CFG
63 gnunet-service-dht -c $CFG &> /tmp/deployment/$n.log & 63 gnunet-service-dht -c $CFG -L DEBUG &> /tmp/deployment/$n.log &
64 echo -n "." 64 echo -n "."
65done 65done
66 66