- hide temp config file, show config template
[oweals/gnunet.git] / src / mesh / run_profiler.sh
index fe5dbbd14fb57a1bff8fada3c006d6996b0f29ad..5a8edaebef678f3085c74c3e92f812c65271c5f2 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