gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donau] branch master updated: -fix paths


From: gnunet
Subject: [taler-donau] branch master updated: -fix paths
Date: Fri, 05 Jan 2024 14:28:39 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 3d24cee  -fix paths
3d24cee is described below

commit 3d24cee6b98c027a1806863d344a1e1744ba8411
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 5 14:28:31 2024 +0100

    -fix paths
---
 src/testing/donau-unified-setup.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/testing/donau-unified-setup.sh 
b/src/testing/donau-unified-setup.sh
index ce8404a..8094192 100755
--- a/src/testing/donau-unified-setup.sh
+++ b/src/testing/donau-unified-setup.sh
@@ -471,9 +471,9 @@ then
         DONAU_URL="http://localhost:${DONAU_PORT}/";
     fi
     donau-dbinit -c "$CONF" --reset
-    $USE_VALGRIND donau-secmod-eddsa -c "$CONF" -L "$LOGLEVEL" 2> 
donau-secmod-eddsa.log &
-    $USE_VALGRIND donau-secmod-rsa -c "$CONF" -L "$LOGLEVEL" 2> 
donau-secmod-rsa.log &
-    $USE_VALGRIND donau-secmod-cs -c "$CONF" -L "$LOGLEVEL" 2> 
donau-secmod-cs.log &
+    $USE_VALGRIND taler-secmod-eddsa -c "$CONF" -L "$LOGLEVEL" -s donau 2> 
donau-secmod-eddsa.log &
+    $USE_VALGRIND taler-secmod-rsa -c "$CONF" -L "$LOGLEVEL" -s donau 2> 
donau-secmod-rsa.log &
+    $USE_VALGRIND taler-secmod-cs -c "$CONF" -L "$LOGLEVEL" -s donau 2> 
donau-secmod-cs.log &
     $USE_VALGRIND donau-httpd -c "$CONF" -L "$LOGLEVEL" 2> donau-httpd.log &
     echo " DONE"
 fi
@@ -780,7 +780,7 @@ fi
 
 if [ "1" = "$START_DONAU" ]
 then
-    echo -n "Wait for donau /management/keys to be ready "
+    echo -n "Wait for donau /keys to be ready "
     OK="0"
     LAST_RESPONSE=$(mktemp tmp-last-response.XXXXXXXX)
     for n in $(seq 1 10)
@@ -792,7 +792,7 @@ then
             --tries=3 \
             --waitretry=0 \
             --timeout=30 \
-            "${DONAU_URL}management/keys"\
+            "${DONAU_URL}keys"\
             -o /dev/null \
             -O "$LAST_RESPONSE" \
             >/dev/null || continue

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]