[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: support keys with / in them
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: support keys with / in them |
Date: |
Thu, 10 May 2018 01:07:51 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new e1431b294 support keys with / in them
e1431b294 is described below
commit e1431b294bf72d436f2e36ea21adea0dc432ab75
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 10 01:07:48 2018 +0200
support keys with / in them
---
contrib/visualize_stats.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/visualize_stats.sh b/contrib/visualize_stats.sh
index 87d8fc6c4..aaa5e657b 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"`
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: support keys with / in them,
gnunet <=