- log output
[oweals/gnunet.git] / src / mesh / run_profiler.sh
index ed837204ec115be53155227216da3bb12b805f54..ba0a946b9a83ce1c34f6e58fed9188ccf4b70bee 100755 (executable)
@@ -16,6 +16,6 @@ LINKS=`echo "l($PEERS) * $PEERS" | bc -l`
 LINKS=`printf "%.0f" $LINKS`
 echo "using $PEERS peers, $LINKS links";
     
-sed -e "s/%LINKS%/$LINKS/g" .profiler.template > profiler.conf
+sed -e "s/%LINKS%/$LINKS/g" profiler.conf > .profiler.conf
 
-./gnunet-mesh-profiler $PEERS
+./gnunet-mesh-profiler $PEERS |& tee log