aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/visualize_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/visualize_stats.sh b/contrib/visualize_stats.sh
index 87d8fc6c4c..aaa5e657b8 100755
--- a/contrib/visualize_stats.sh
+++ b/contrib/visualize_stats.sh
@@ -34,7 +34,7 @@ case "$1" in
NOW=`date +%s`
RELAT=$[$NOW-$STARTTIME]
gnunet-statistics | while read KEY VALUE; do
-
+ KEY=`echo $KEY | tr / .`
# Collect stats of previous round
if [ -e "$STATDIR/$KEY.dat" ]; then
PREV=`tail --lines=1 "$STATDIR/$KEY.dat" | sed -e "s/.* //g"`